This commit is contained in:
Benjamin Sergeant
2019-06-09 10:22:27 -07:00
parent 23cf4bd59b
commit 2e5f24f1f8
9 changed files with 26 additions and 11 deletions

View File

@ -138,7 +138,7 @@ namespace ix
void WebSocketConnect::sendMessage(const std::string& text)
{
_webSocket.send(text);
_webSocket.sendText(text);
}
int ws_connect_main(const std::string& url,