Skip to content

Commit a8e2782

Browse files
committed
Use localhost
1 parent a08aae2 commit a8e2782

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include "includes/api/WebSocketClient.h"
66

77
int main() {
8-
WebSocketClient client("192.168.1.102", "8080", "/publisher/matrix");
9-
// WebSocketClient client("localhost", "8080", "/publisher/matrix-test");
8+
// WebSocketClient client("192.168.1.102", "8080", "/publisher/matrix");
9+
WebSocketClient client("localhost", "8080", "/publisher/matrix-test");
1010
client.run();
1111
return 0;
1212
}

0 commit comments

Comments
 (0)