Update WebSocketsClient.cpp

fix typo that was breaking the build
This commit is contained in:
Fábio Toledo
2016-11-24 02:25:01 -02:00
committed by GitHub
parent 45bb7dbe23
commit ab3b5bae46

View File

@ -331,7 +331,7 @@ void WebSocketsClient::clientDisconnect(WSclient_t * client) {
client->cVersion = 0; client->cVersion = 0;
client->cIsUpgrade = false; client->cIsUpgrade = false;
client->cIsWebsocket = false; client->cIsWebsocket = false;
client->SessionId = ""; client->cSessionId = "";
client->status = WSC_NOT_CONNECTED; client->status = WSC_NOT_CONNECTED;