hewei.it 4 年之前
父節點
當前提交
98a280a699
共有 1 個文件被更改,包括 2 次插入1 次删除
  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);