Alexander Emelin
Alexander Emelin
This will require proper shutdown of all components in Centrifugo. Some components already can stop gracefully, some can not since it was not really required. While having graceful stop for...
@garrensweet hello! A couple of problems with this: 1. Client can reconnect while message travels over wire/Backend/Centrifugo – in this case client has a chance to receive a message unexpectedly...
Added this information to [FAQ](https://centrifugal.dev/docs/faq/index#any-way-to-exclude-message-publisher-from-receiving-a-message-from-a-channel).
Hello, personally I never had experience with this, so can't provide any valuable input. I think the task of landing users to closest Centrifugo node is solvable with modern cloud...
Hello! Centrifugo currently does not have an option to control this. Though, according to [Go docs](https://pkg.go.dev/crypto/x509#SystemCertPool): > On Unix systems other than macOS the environment variables SSL_CERT_FILE and SSL_CERT_DIR can...
@cagev hello, is this still actual? Setting CORS with sockjs-go works for me, but looking on the example you provided it's not obvious why it's not working to you. Can...
For interested parties: there is a work in progress on [centrifuge](https://github.com/centrifugal/centrifuge) library built on top of Sockjs-Go and Gorilla Websocket - it provides channel abstraction and actually many more features...
Wow, this looks beautiful, thanks for sharing!
Renamed package and updated issue description.
Updated with method to issue org ID token upon client creation.