8000 Merge pull request #147 from odelot/patch-1 · michkot/arduinoWebSockets@2add886 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2add886

Browse files
authored
Merge pull request Links2004#147 from odelot/patch-1
Update WebSocketsClient.cpp
2 parents 45bb7db + ab3b5ba commit 2add886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebSocketsClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ void WebSocketsClient::clientDisconnect(WSclient_t * client) {
331331
client->cVersion = 0;
332332
client->cIsUpgrade = false;
333333
client->cIsWebsocket = false;
334-
client->SessionId = "";
334+
client->cSessionId = "";
335335

336336
client->status = WSC_NOT_CONNECTED;
337337

0 commit comments

Comments
 (0)
0