hapijs / nes

WebSocket adapter plugin for hapi routes
Other
503 stars 87 forks source link

not reconnecting after WebSocket onerror callback is called #149

Closed pkupiec closed 8 years ago

pkupiec commented 8 years ago

I've noticed that there is no reconnection inside onerror block https://github.com/hapijs/nes/blob/c6b52b8e8fefb50728f908c65567e483180578ae/lib/client.js#L227

Is there any reason for that?

hueniverse commented 8 years ago

Errors are always final. Its your job to handle errors and figure out what's the right action.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.