deepstream.io-client-cpp icon indicating copy to clipboard operation
deepstream.io-client-cpp copied to clipboard

Connection reconnects

Open yasserf opened this issue 8 years ago • 2 comments

This is distributed throughout all the other tests.. but the idea is:

Given a user is connected to a deepstream server Client goes to a reconnecting state

Deepstream server goes down Deepstream server comes back up

Client reconnects and starts from awaiting reconnecting

yasserf avatar Jan 20 '17 09:01 yasserf

There is a reconnection algorithm that attempts to reconnect to the server with a backoff timer and a maximum amount of reconnects ( reconfigurable ).

yasserf avatar Feb 16 '17 10:02 yasserf

Blocked on #8

jdmnd avatar Apr 20 '17 09:04 jdmnd