We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a56b8d commit 43fa5a6Copy full SHA for 43fa5a6
src/main.cpp
@@ -110,6 +110,7 @@ void start_socket_func() {
110
sock.set_open_listener(&ConnectionHandler::onSuccess);
111
sock.set_close_listener(&ConnectionHandler::onClose);
112
sock.set_fail_listener(&ConnectionHandler::onFail);
113
+ sock.set_logs_quiet();
114
sock.connect("http://gdutils.clarifygdps.com:13573");
115
auto start_time = std::chrono::steady_clock::now();
116
while (!connect_finish) {
0 commit comments