Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram committed Sep 10, 2024
1 parent f32047d commit 22cef97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AsyncWebSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ class AsyncWebSocketClient {

uint8_t _pstate;
AwsFrameInfo _pinfo;

public:
uint32_t _lastMessageTime;
private:
uint32_t _keepAlivePeriod;

void _queueMessage(AsyncWebSocketMessage *dataMessage);
Expand Down

0 comments on commit 22cef97

Please sign in to comment.