mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-14 07:46:30 +02:00
Update WebSocketsClient.cpp
fix typo that was breaking the build
This commit is contained in:
@ -331,7 +331,7 @@ void WebSocketsClient::clientDisconnect(WSclient_t * client) {
|
||||
client->cVersion = 0;
|
||||
client->cIsUpgrade = false;
|
||||
client->cIsWebsocket = false;
|
||||
client->SessionId = "";
|
||||
client->cSessionId = "";
|
||||
|
||||
client->status = WSC_NOT_CONNECTED;
|
||||
|
||||
|
Reference in New Issue
Block a user