-
OS: Centos 7
Centrufugo version: 1.4.0
After request to centrifugo, service crashes with error:
```
http: panic serving [::1]:57351: runtime error: invalid memory address or nil pointer dereference…
-
When deploying centrifugo as a docker container, it is preferable to be able to define which redis server to connect to via an environment variable.
By binding the redis_host to an environment varia…
-
At moment we have pretty efficient Redis engine which allows to scale Centrifugo to many nodes. In this situation setup limited by Redis throughput - this is more than enough for most cases as Redis c…
-
Someone complained that centrifugo was eating their dev VM CPU (constant 75%+ CPU usage from centrifugo with no load).
I debugged and logs look like this:
```
2016-03-23_17:31:49.10868 [I]: 2016/03/…
banks updated
8 years ago
-
## Checklist
- [ ] I have verified that that issue exists against the `master` branch of Django REST framework.
- [ ] I have searched for similar issues in both open and closed tickets and cannot find…
-
Hello, when I am running centrifugo in a docker container and my web app that serve client static content is running on the local host machine, connection to centrifugo server is well established. How…
-
I try to work with centrifugo throught embed location on my site.
When I try to follow instructions in [docs](https://fzambia.gitbooks.io/centrifugal/content/deploy/nginx.html) I have this errors in …
-
Hi, Iam waiting the release. It is released or still in beta test ?
-
I'm looking into the metrics that Centrifugo exposes via `stats` api call as we move to put it into production.
I have a couple of issues that are not show-stoppers but I think can be better:
- Our t…
banks updated
8 years ago
-
Running linux ubuntu node:
```
alfred@alfred-SATELLITE-C55-A-1ND:~/centritest/server$ node -v
v4.1.1
```
I created `test.js`:
``` javascript
Client = require("jscent")
var options = {
url: "ht…