Skip to content

Commit

Permalink
Missing method for binary frame support
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 24, 2015
1 parent 8f66d6f commit 1784308
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sming/SmingCore/Network/HttpServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ void HttpServer::setWebSocketMessageHandler(WebSocketMessageDelegate handler)
wsMessage = handler;
}

void HttpServer::setWebSocketBinaryHandler(WebSocketBinaryDelegate handler)
{
wsMessage = handler;
}

void HttpServer::setWebSocketDisconnectionHandler(WebSocketDelegate handler)
{
wsDisconnect = handler;
Expand Down

0 comments on commit 1784308

Please sign in to comment.