diff --git a/ixwebsocket/IXWebSocket.h b/ixwebsocket/IXWebSocket.h index eda20141..283b9e16 100644 --- a/ixwebsocket/IXWebSocket.h +++ b/ixwebsocket/IXWebSocket.h @@ -116,6 +116,7 @@ namespace ix // Set callback to receive websocket messages. // Be aware: your callback will be executed from websocket's internal thread! + // To receive message events in your thread, look at WebSocketMessageQueue class void setOnMessageCallback(const OnMessageCallback& callback); static void setTrafficTrackerCallback(const OnTrafficTrackerCallback& callback);