There was an error while loading. Please reload this page.
1 parent 410489f commit 0ecef8cCopy full SHA for 0ecef8c
src/WebSocketsServer.cpp
@@ -914,7 +914,7 @@ void WebSocketsServer::begin(void) {
914
}
915
916
void WebSocketsServer::close(void) {
917
- WebSocketsServer::close();
+ WebSocketsServerCore::close();
918
#if(WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266)
919
_server->close();
920
#elif(WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP32) || (WEBSOCKETS_NETWORK_TYPE == NETWORK_ESP8266_ASYNC)
0 commit comments