MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / stop

Method stop

src/RemoteDebugWS.cpp:103–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected