socketio / socket.io-adapter

The Socket.IO in-memory adapter
https://socket.io/
197 stars 101 forks source link

feat(?): Eager fetching #90

Closed timsauvageot closed 6 months ago

timsauvageot commented 6 months ago

Add eager fetching option to cluster config. Eager fetching causes requests to return a result even if some of the cluster nodes didn't respond.

remove ids of dead nodes from pending requests add initialization delay to account for time that it takes nodes to respond with heartbeat