virajvchavan / stocks

A demo React app for showing live stock prices
http://stocksdemo.herokuapp.com
19 stars 19 forks source link

Reestablish websocket connection when internet is reconnected after it was offline #4

Open virajvchavan opened 5 years ago

virajvchavan commented 5 years ago

When the working app goes offline and then again comes online after some time, the websocket should again subscribe to receive updates

virajvchavan commented 5 years ago

Using the package Sockette should solve the problem.