We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8bbb9 commit ec8b73cCopy full SHA for ec8b73c
examples/utility_client/utility_client.cpp
@@ -1,3 +1,8 @@
1
+/**
2
+ * This example is presently used as a scratch space. It may or may not be broken
3
+ * at any given time.
4
+ */
5
+
6
#include <websocketpp/config/asio_client.hpp>
7
8
#include <websocketpp/client.hpp>
@@ -24,7 +29,6 @@ class perftest {
24
29
typedef std::chrono::duration<int,std::micro> dur_type;
25
30
26
31
perftest () {
27
- // We expect there to be a lot of errors, so suppress them
28
32
m_endpoint.set_access_channels(websocketpp::log::alevel::all);
33
m_endpoint.set_error_channels(websocketpp::log::elevel::all);
34
0 commit comments