Implemented example client with websocket

This commit is contained in:
Paul-Louis Ageneau
2020-05-28 13:44:18 +02:00
parent 7a1e2f066e
commit 8edad971ab
13 changed files with 1105 additions and 143 deletions

View File

@@ -48,7 +48,6 @@ public:
};
WebSocket();
WebSocket(const string &url);
~WebSocket();
State readyState() const;