ws connect command has a new option to send in binary mode (still default to text)
This commit is contained in:
@@ -32,7 +32,8 @@ namespace ix
|
||||
|
||||
int ws_connect_main(const std::string& url,
|
||||
bool disableAutomaticReconnection,
|
||||
bool disablePerMessageDeflate);
|
||||
bool disablePerMessageDeflate,
|
||||
bool binaryMode);
|
||||
|
||||
int ws_receive_main(const std::string& url, bool enablePerMessageDeflate, int delayMs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user