-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
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
ServerJoin event not sent #231
Comments
Thanks for opening and for a detailed description! The reason is that dynamic Subscribe is one more path in code, and the emission of Join was simply missed in it. #232 should fix the issue Just a note: join and leave messages are sent on a best-effort basis, with at most once only delivery guarantee. |
Let's reopen while it's not landed to Centrifugo. |
I can confirm it is fixed now. Thank you! |
Released Centrifugo v3.2.3 with the fix |
I enabled
join_leave
onchannel
, the client did receiveServerLeave
event when unsubscribed, but never aSeverJoin
event when subscribed.Centrifugo version:
Centrifugo v3.2.2 (Go version: go1.17.11)
Server config
Client program `main.go`
Steps to reproduce:
Server trace log
The text was updated successfully, but these errors were encountered: