-
I use Centrifugo version: 1.5.1 and centrifuge-js lastes version. When trying to connect always got disconnect event with error "Invalid message". The problem that i found is in ._send(). In versions …
nikis updated
8 years ago
-
I am a newbie to centrifugo. When I test mysite.example.com/api it shows bad request. How can I solve it and What would be the URL for History and Stats to post request from my application?
-
Centrifugo now by default uses SockJS 1.1.x
-
When using the redis engine, what is the format when data is stored. the data looks serialized when outputted to the terminal via a Redis subscriber (ie. predis).
I don't know if it's being serialize…
-
There should be an option to have centrifugo store all chat messages from a channel session into a log.
Sometimes there's a need to have backup messages for verification/legal reasons. For instance,…
-
Hi,
Although we have user channels and private channels, I think we need a API for dynamic channel handling and channel security.
- user channels is not feasible when `UUID`'s are used for userid's …
-
Consider decouple log files by date or specified chunk size, to make work with logs files more easy. It works for example in nginx by default.
-
Hi!
I'm trying to connect to centrifugo but the tipical ERR_SSL_PROTOCOL_ERROR is raised
I'm using Flask and Flask-cent to initialize the client
Then I have a view that giving the user id, the timest…
-
https://fzambia.gitbooks.io/centrifugal/content/mixed/private_channels.html
https://fzambia.gitbooks.io/centrifugal/content/clients/javascript.html#connection-parameters
After reading the `private_ch…
-
I have several subscriptions stored in a Map structure.
They are created like this:
``` js
//create subscriptions to all registered users, then add to Map
centrifuge.startAuthBatching();
//thi…