mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-27 09:12:18 +01:00
Remove unnecessary typedef for websocket client list
Fraction of commit f5e439c8f86609c3be855b76844352322e366b80 of dumbfixes branch of 0xFEEDC0DE64 fork of ESPAsyncWebServer. Split off for clarity.
This commit is contained in:
@@ -1331,10 +1331,6 @@ void AsyncWebSocket::_cleanBuffers()
|
||||
}
|
||||
}
|
||||
|
||||
const AsyncWebSocket::AsyncWebSocketClientLinkedList &AsyncWebSocket::getClients() const {
|
||||
return _clients;
|
||||
}
|
||||
|
||||
/*
|
||||
* Response to Web Socket request - sends the authorization and detaches the TCP Client from the web server
|
||||
* Authentication code from https://github.com/Links2004/arduinoWebSockets/blob/master/src/WebSockets.cpp#L480
|
||||
|
||||
Reference in New Issue
Block a user