You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using fetchSockets() in a multi-node setup with a PostgreSQL adapter and I encounter inconsistencies where socket IDs from other node are sometimes not included in the results.
This is my code:
await socket.join(room);
const socketInstances = await io.in('abc').fetchSockets();
// socketInstances is not consistence
The text was updated successfully, but these errors were encountered:
I am using fetchSockets() in a multi-node setup with a PostgreSQL adapter and I encounter inconsistencies where socket IDs from other node are sometimes not included in the results.
This is my code:
The text was updated successfully, but these errors were encountered: