Start on SimConnect

This commit is contained in:
2022-10-03 02:05:06 +02:00
parent 997586b8aa
commit 23db85c2a5
22 changed files with 1209 additions and 116 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace websocket
ix::WebSocket *webSocket = nullptr;
std::string host;
std::string user;
std::function<void(std::string)> toLog;
std::function<void(const std::string)> toLog;
public:
Websocket(std::string host,