Skip to content

Commit a5d0afd

Browse files
committed
Address websocket review feedback
1 parent 7f96a06 commit a5d0afd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/AsyncWebSocket.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ class AsyncWebSocketClient {
256256
return _clientId;
257257
}
258258
AwsClientStatus status() const {
259+
asyncsrv::lock_guard_type lock(_lock);
259260
return _status;
260261
}
261262
AsyncClient *client() {

0 commit comments

Comments
 (0)