We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
socket.kickOut() with no arguments provided fails to unsubscribe the socket from channels.
socket.kickOut()
await socket.exchange.invokePublish('foo', 1) socket.kickOut() await sleep(300) await socket.exchange.invokePublish('foo', 2)
Client receives #kickOut but still receives the second message after that. socketcluster-server v14 and v17 exhibit the same behavior.
#kickOut
socketcluster-server
Slightly related #29
The text was updated successfully, but these errors were encountered:
I'll make PRs, which also will enable accepting arrays. socket.kickOut(['foo', 'bar'], 'message')
socket.kickOut(['foo', 'bar'], 'message')
Sorry, something went wrong.
TODO
next
I guess I'll reopen this issue until
npm publish
v14.7.3+
MegaGM
Successfully merging a pull request may close this issue.
socket.kickOut()
with no arguments provided fails to unsubscribe the socket from channels.Client receives
#kickOut
but still receives the second message after that.socketcluster-server
v14 and v17 exhibit the same behavior.Slightly related #29
The text was updated successfully, but these errors were encountered: