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

Method onDisconnect

src/RemoteDebug.cpp:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 _instance->onConnection(true);
220 }
221 void onDisconnect() {
222 // Web socket (app) disconnected
223
224 D("rd: ondisconnect");
225
226 _connectedWS = false;
227 }
228 void onReceive(const char *message) {
229 // Receive a message
230

Callers 6

disconnectAllClientsMethod · 0.80
disconnectMethod · 0.80
webSocketEventFunction · 0.80
newClientMethod · 0.80
connectedCbMethod · 0.80
asyncConnectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected