QuantumMechanics / NEM-sdk

NEM Developer Kit for Node.js and the browser
MIT License
137 stars 82 forks source link

Websocket connection fails without any error #70

Open razvi97 opened 5 years ago

razvi97 commented 5 years ago

When I try to connect to the Websocket of some nodes, doesn't connect properly but also doesn't fail. So, I can't get unconfirmed and confirmed transactions, but I can't get any error as well. This happens to some nodes randomly. There is any way to handle this error, an return an error to the client? Thanks,