8000 Update WebSocketsClient.cpp · Intrising/arduinoWebSockets@ab3b5ba · GitHub
[go: up one dir, main page]

Skip to content

Commit ab3b5ba

Browse files
authored
Update WebSocketsClient.cpp
fix typo that was breaking the build
1 parent 45bb7db commit ab3b5ba

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