header response timeout added

This commit is contained in:
Tobias Gessler
2020-09-12 17:20:03 +02:00
parent 7e34a8b246
commit e185668a97
2 changed files with 9 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ class WebSocketsClient : protected WebSockets {
unsigned long _lastConnectionFail;
unsigned long _reconnectInterval;
unsigned long _lastHeaderSent;
void messageReceived(WSclient_t * client, WSopcode_t opcode, uint8_t * payload, size_t length, bool fin);