Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Websocket-Chat.ino
  • Loading branch information
Mis1eader-dev authored Jul 12, 2022
commit 6d81bea8b68a0c608d228b4903d337fbfcda0409
1 change: 1 addition & 0 deletions examples/Websocket-Chat/Websocket-Chat.ino
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ void ChatHandler::onClose() {
ChatHandler* client = activeClients[i];
activeClients[i] = nullptr;
delete client;
break;
}
}
}
Expand Down