Skip to content

Commit ec8b73c

Browse files
author
Peter Thorson
committed
clarifies the purpose of utility client and removes contradictory comments references XRPLF#242
1 parent 8f8bbb9 commit ec8b73c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/utility_client/utility_client.cpp

+5-1
Original file line numberDiff line numberDiff line change
@@ -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+
16
#include <websocketpp/config/asio_client.hpp>
27

38
#include <websocketpp/client.hpp>
@@ -24,7 +29,6 @@ class perftest {
2429
typedef std::chrono::duration<int,std::micro> dur_type;
2530

2631
perftest () {
27-
// We expect there to be a lot of errors, so suppress them
2832
m_endpoint.set_access_channels(websocketpp::log::alevel::all);
2933
m_endpoint.set_error_channels(websocketpp::log::elevel::all);
3034

0 commit comments

Comments
 (0)