NathanaelA / nativescript-websockets

Websockets for NativeScript
83 stars 43 forks source link

Added connectionLostTimeout option for android. #77

Closed DjOli-zz closed 3 years ago

DjOli-zz commented 4 years ago

Implemented connectionLostTimeout based on https://github.com/TooTallNate/Java-WebSocket/wiki/Lost-connection-detection

I investigated the possibility of supporting this on IOS, however it would require additional changes to the PocketSocket library.

I would greatly appreciate support in having this feature merged and released as it is of large impact in my application which uses this library.