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:
@ -52,7 +52,7 @@ namespace ix
|
||||
: _url(url)
|
||||
, _enablePerMessageDeflate(enablePerMessageDeflate)
|
||||
{
|
||||
;
|
||||
_webSocket.disableAutomaticReconnection();
|
||||
}
|
||||
|
||||
void WebSocketSender::stop()
|
||||
|
Reference in New Issue
Block a user