hapijs / nes

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

Fix client reconnect retry attempts #323

Closed devinivy closed 2 years ago

devinivy commented 2 years ago

Builds on and replaces #318, adding a failing test. #318 contains a fix for reconnect retry attempts getting used-up too quickly due to some duplicated calls to _reconnect().

devinivy commented 2 years ago

This change was approved in #318, this PR just documents the fix with a failing test. So merging away!