me-no-dev / ESPAsyncTCP

Async TCP Library for ESP8266
GNU Lesser General Public License v3.0
758 stars 394 forks source link

Detecting a disconnect without setrxtimeout? #97

Closed akshar001 closed 5 years ago

akshar001 commented 6 years ago

I know in tcp/ip stacks there is no way one side of connection can decide that other side of the connection is open or not,though through all of these years pepole have implemented some ways to getting at it. So can we add KeepAlive message system for detecting other side of the connection is open or not?