[Question] About y-websocket's delay logic of reconnect

hi, @dmonad

I have a question about the delay logic of WebSocket reconnect in the y-websocket tool.

if the delay logic can be provided by argument of new Provider, is it make sense? (this argument is optional)

eg:

  • pass the maxReconnectCount for limit the reconnect times
  • pass the delayReconnectDelayMillisecond for specify the delay millisecond for reconnect.