Revert "Merge branch 'Dimon4eg-message-queue'"

This reverts commit 13fa325134, reversing
changes made to aecd5e9c94.
This commit is contained in:
Benjamin Sergeant
2019-05-16 22:15:17 -07:00
parent 6160877167
commit 51fa147b99
6 changed files with 0 additions and 372 deletions

View File

@ -119,11 +119,7 @@ namespace ix
void close(uint16_t code = 1000,
const std::string& reason = "Normal closure");
// 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);
static void resetTrafficTrackerCallback();