Skip to content

Commit

Permalink
Wrong delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Pierce committed Jun 24, 2015
1 parent 1784308 commit 11309c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sming/SmingCore/Network/HttpServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ void HttpServer::setWebSocketMessageHandler(WebSocketMessageDelegate handler)

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

void HttpServer::setWebSocketDisconnectionHandler(WebSocketDelegate handler)
Expand Down

0 comments on commit 11309c1

Please sign in to comment.