update comment

This commit is contained in:
dimon4eg 2019-05-12 20:00:15 +03:00
parent f9ec89cf7a
commit e846ca392f

View File

@ -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);