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:
@Daniel-kekeke Any update on this? I'm having a similar issue where sometimes I'm able to us io.fetchSockets() and it will get my connections across instances, and other times it will only grab from 1 instance.
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: