Skip to content

Commit

Permalink
Switch to public server
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouca committed Jul 15, 2024
1 parent 7bd9983 commit f46fdf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ void start_socket_func() {
sock.set_open_listener(&ConnectionHandler::onSuccess);
sock.set_close_listener(&ConnectionHandler::onClose);
sock.set_fail_listener(&ConnectionHandler::onFail);
//sock.connect("http://gdutils.clarifygdps.com:13573");
sock.connect("http://gdutilstest.clarifygdps.com:46276");
sock.connect("http://gdutils.clarifygdps.com:13573");
//sock.connect("http://gdutilstest.clarifygdps.com:46276");
if (!connect_finish) {
cond.wait(unique_lock);
}
Expand Down

0 comments on commit f46fdf7

Please sign in to comment.