mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2026-01-27 09:12:18 +01:00
Added method to access clients of AsyncWebSocket (#583)
* Added method to access clients of AsyncWebSocket * https://github.com/me-no-dev/ESPAsyncWebServer/issues/571 * Conflict with crypto library
This commit is contained in:
committed by
Me No Dev
parent
8451c0d0e7
commit
403752a942
@@ -1236,6 +1236,9 @@ void AsyncWebSocket::_cleanBuffers()
|
||||
}
|
||||
}
|
||||
|
||||
AsyncWebSocket::AsyncWebSocketClientLinkedList AsyncWebSocket::getClients() const {
|
||||
return _clients;
|
||||
}
|
||||
|
||||
/*
|
||||
* Response to Web Socket request - sends the authorization and detaches the TCP Client from the web server
|
||||
|
||||
Reference in New Issue
Block a user