ankitpyc / react-chat-ui

1 stars 0 forks source link

Handle Websocket failure and reconnecting to keep connection persistent #2

Closed ankitpyc closed 4 months ago

ankitpyc commented 5 months ago
ankitpyc commented 4 months ago

Switch to socket.io client library for the features like reconnecting , firing events etc.

ankitpyc commented 4 months ago

Not used socket.io as have already implemented a reconnecting mechansim in case of error or socket closes .

ankitpyc commented 4 months ago

will be reopening in case see any downsides with native implementation