Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit c8c1784

Browse files
hermme-no-dev
authored andcommitted
Expose _server and _pinfo members from AsyncWebSocketClient. (me-no-dev#242)
1 parent 64adf29 commit c8c1784

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/AsyncWebSocket.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ class AsyncWebSocketClient {
154154
uint32_t id(){ return _clientId; }
155155
AwsClientStatus status(){ return _status; }
156156
AsyncClient* client(){ return _client; }
157+
AsyncWebSocket *server(){ return _server; }
158+
AwsFrameInfo const &pinfo() const { return _pinfo; }
157159

158160
IPAddress remoteIP();
159161
uint16_t remotePort();

0 commit comments

Comments
 (0)