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
AssertionError: Invalid topic "disconnect:3jjhnPfKZVtle28NqGCa". Topic patterns must be .-separated alphanumeric words
at check (/home/abdula/projects/node/acro-office-v2/src/acro-office/node_modules/strong-mq/lib/topic.js:34:5)
at NativePublishQueue.workerPublish as publish
at ClusterStore.publish (/home/abdula/projects/node/acro-office-v2/src/acro-office/node_modules/strong-cluster-socket.io-store/lib/cluster-store.js:62:15)
at XHRPolling.Transport.end (/home/abdula/projects/node/acro-office-v2/src/acro-office/node_modules/socket.io/lib/transport.js:469:18)
The text was updated successfully, but these errors were encountered:
After 984fd7d in log of socket.io:
warn - client not handshaken client should reconnect
warn - client not handshaken client should reconnect
warn - client not handshaken client should reconnect
After 984fd7d in log of socket.io:
warn - client not handshaken client should reconnect
warn - client not handshaken client should reconnect
warn - client not handshaken client should reconnect
This is a know bug of socket.io, a fix would require significant redesign of socket.io internals. See socketio/socket.io#952. I am afraid this issue is not going to get fixed anytime soon.
I'd recommend you setup a load-balancer that supports session affinity (sticky sessions), e.g. HAProxy.
AssertionError: Invalid topic "disconnect:3jjhnPfKZVtle28NqGCa". Topic patterns must be .-separated alphanumeric words
at check (/home/abdula/projects/node/acro-office-v2/src/acro-office/node_modules/strong-mq/lib/topic.js:34:5)
at NativePublishQueue.workerPublish as publish
at ClusterStore.publish (/home/abdula/projects/node/acro-office-v2/src/acro-office/node_modules/strong-cluster-socket.io-store/lib/cluster-store.js:62:15)
at XHRPolling.Transport.end (/home/abdula/projects/node/acro-office-v2/src/acro-office/node_modules/socket.io/lib/transport.js:469:18)
The text was updated successfully, but these errors were encountered: