| 101 | // Finalize the socket server |
| 102 | |
| 103 | void RemoteDebugWS::stop() { |
| 104 | |
| 105 | // Finalize web socket (RemoteDebugApp) |
| 106 | |
| 107 | WebSocketServer.close(); |
| 108 | |
| 109 | _webSocketConnected = WS_NOT_CONNECTED; |
| 110 | |
| 111 | } |
| 112 | |
| 113 | void RemoteDebugWS::disconnectAllClients() { |
| 114 |