Stop having ws send subcommand send a binary message in text mode, which would cause error in make ws_test shell script test

This commit is contained in:
Benjamin Sergeant
2019-09-25 15:39:43 -07:00
parent 05f29639e5
commit 3cd7c0194f
6 changed files with 12 additions and 7 deletions

View File

@ -52,7 +52,7 @@ namespace ix
: _url(url)
, _enablePerMessageDeflate(enablePerMessageDeflate)
{
;
_webSocket.disableAutomaticReconnection();
}
void WebSocketSender::stop()