ping / pong support / fix bug in dispatching received message type
This commit is contained in:
@ -199,7 +199,7 @@ namespace ix {
|
||||
} break;
|
||||
}
|
||||
|
||||
_onMessageCallback(WebSocket_MessageType_Message, msg, WebSocketErrorInfo());
|
||||
_onMessageCallback(webSocketMessageType, msg, WebSocketErrorInfo());
|
||||
|
||||
WebSocket::invokeTrafficTrackerCallback(msg.size(), true);
|
||||
});
|
||||
|
Reference in New Issue
Block a user