OpenBazaar / multiwallet

API based multi-cryptocurrency wallet
MIT License
72 stars 41 forks source link

Attempt reconnection/rotation on websocket failure #47

Closed placer14 closed 5 years ago

placer14 commented 5 years ago

We have experienced cases where Blockbook servers will drop the websocket connection for whatever reason. The client should detect failure of the websocket and:

placer14 commented 5 years ago

Currently, the websocket will attempt to reconnect over and over without failing the server. This issue will be kept open to track the further-needed improvements.