dmonad / lib0

Monorepo of isomorphic utility functions
MIT License
345 stars 62 forks source link

Make websocket ping frequency configurable #64

Closed senseibaka closed 10 months ago

senseibaka commented 1 year ago

Uses the previous 30000ms value as default.

senseibaka commented 1 year ago

Any input dmonad?

dmonad commented 10 months ago

Hi @senseibaka,

This is a good point. However, I don't want to maintain a generic WebSocket client library. That would require a lot of work on my side.

I highly recommend forking the WebSocket client. This is a good starting point for new projects, but I don't plan to make it more generic at this time.