dmccuskey / dmc-websockets

Corona SDK client library for the WebSocket protocol (RFC6455)
MIT License
11 stars 7 forks source link

implement auto reconnect and latency calculation feature. #10

Open n0ise9914 opened 6 years ago

n0ise9914 commented 6 years ago

Hi bro, i implemented auto reconnect and latency calculation feature, Added the following parameters: keepalive = 1000, retries = 4, auto_reconnect = true

It's working very well on disconnections... Accept the pull request if its okay.

n0ise9914 commented 6 years ago

@dmccuskey would you please check it?