We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a08aae2 commit a8e2782Copy full SHA for a8e2782
main.cpp
@@ -5,8 +5,8 @@
5
#include "includes/api/WebSocketClient.h"
6
7
int main() {
8
- WebSocketClient client("192.168.1.102", "8080", "/publisher/matrix");
9
- // WebSocketClient client("localhost", "8080", "/publisher/matrix-test");
+ // WebSocketClient client("192.168.1.102", "8080", "/publisher/matrix");
+ WebSocketClient client("localhost", "8080", "/publisher/matrix-test");
10
client.run();
11
return 0;
12
}
0 commit comments