yjs / y-websocket

Websocket Connector for Yjs
https://docs.yjs.dev/ecosystem/connection-provider/y-websocket
MIT License
524 stars 262 forks source link

Add a maximum number of retries to reconnect #59

Closed chrisfsampaio closed 3 years ago

chrisfsampaio commented 3 years ago

This won't change the default behavior that currently is to retry infinitely. But it will instead add the option to limit the number of retries for reconnects.

Please, let me know if this makes sense and what needs to be adjusted.