mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* added S3 WIO target for BLE companion radio
This commit is contained in:
parent
f434123e99
commit
4d8478de98
2 changed files with 19 additions and 0 deletions
|
|
@ -482,6 +482,7 @@ protected:
|
|||
uint32_t now = getRTCClock()->getCurrentTime();
|
||||
client->last_activity = now; // <-- THIS will keep client connection alive
|
||||
client->push_failures = 0; // reset so push can resume (if prev failed)
|
||||
client->pending_ack = 0;
|
||||
|
||||
// TODO: Throttle KEEP_ALIVE requests!
|
||||
// if client sends too quickly, evict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue