Add client support for websocket subprotocol. Look for the new addSubProtocol method for details
This commit is contained in:
@ -32,6 +32,7 @@ namespace ix
|
||||
{
|
||||
_pdu["action"] = "rtm/publish";
|
||||
|
||||
_webSocket->addSubProtocol("json");
|
||||
initWebSocketOnMessageCallback();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user