mirror of
https://github.com/Links2004/arduinoWebSockets.git
synced 2025-07-13 23:36:30 +02:00
add virtual to destructor #243
This commit is contained in:
@ -373,7 +373,6 @@ void WebSocketsClient::clientDisconnect(WSclient_t * client) {
|
||||
client->cCode = 0;
|
||||
client->cKey = "";
|
||||
client->cAccept = "";
|
||||
client->cProtocol = "";
|
||||
client->cVersion = 0;
|
||||
client->cIsUpgrade = false;
|
||||
client->cIsWebsocket = false;
|
||||
|
Reference in New Issue
Block a user