hewei.it %!s(int64=4) %!d(string=hai) anos
pai
achega
98a280a699
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      http/client/WebSocketClient.h

+ 2 - 1
http/client/WebSocketClient.h

@@ -25,7 +25,8 @@ public:
     WebSocketClient();
     ~WebSocketClient();
 
-    // ws://127.0.0.1:8080/
+    // url = ws://ip:port/path
+    // url = wss://ip:port/path
     int open(const char* url);
     int close();
     int send(const std::string& msg);