centrifugo icon indicating copy to clipboard operation
centrifugo copied to clipboard

Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.

Results 38 centrifugo issues
Sort by recently updated
recently updated
newest added

Current Centrifugo history model assumes that Centrifugo uses channel history kept in Centrifugo Engine storage. I.e.: * kept in memory in case of Memory engine * kept in Redis, KeyDB...

Hi! Would love to learn more about deploying Centrifugo in a multi region setup, was thinking about deploying it to the US, EU and ASIA. I've read that it connects...

Centrifugo v3 has cool feature - possibility to attach private metadata to a connection from connection proxy. But in case of JWT, the proxy is not called. The only way...

We're using own CA to sign TLS certificates for all our internal services (this includes both our backend API and 3rd-party services like Redis). How to configure our `ca.crt` needed...

enhancement

**Is your feature request related to a problem? Please describe.** When I'm building stuff locally with Centrifugo, it would be helpful to be able to make config changes in the...

enhancement

Wow, I'll try to explain :). The question is about our security model. We use a proxy server https://www.ory.sh/oathkeeper/ and our entire security model is tied to it. It checks...

Basically, title. I'm trying to replicate functionality that Ably and Pusher provide where it's possible to send a message to a channel, but prevent a user (for instance, the current...

Firstly, thanks for this project, been helping me a lot. I am trying to implement a feature to my application where it receives messages from channels but only publish on...

**Describe the bug**. A clear and concise description of what the bug is. Seeing this error while publishing using REST API. The error does not appear all the time. ```...

Hello, We had an issue on our platform, we perform a HAProxy check on /health on centrifugo servers, which was still ok while centrifugo raised errors because Redis connection issued...