nchan icon indicating copy to clipboard operation
nchan copied to clipboard

Fast, horizontally scalable, multiprocess pub/sub queuing server and proxy for HTTP, long-polling, Websockets and EventSource (SSE), powered by Nginx.

Results 111 nchan issues
Sort by recently updated
recently updated
newest added

# Description In nginx with nchan enabled, setting the `client_body_temp_path` in nginx.conf to the default path results in a segmentation fault. # Environment I confirmed this issue in the following...

I have a HA setup with Nchan (Redis Clusters + Load balancer with multiple EC2 Instances). But When I subscribe to a channel using websocket, The Socket Connection is getting...

I tested and found that invalid msgid will cause the process to exit. I am using nginx-mod-nchan installed in APT repositories: libnginx-mod-nchan/testing,now 1:1.3.6+dfsg-2 amd64 [installed] ```bash term1 # nginx -c...

I have an issue with nchan while I'm publishing via websocket. ( I never close the WS connection on publisher side and it's always connected ) The message size is...

Hi, It seems that starting from v1.2.15 (technically, v1.2.13 but that was withdrawn), NChan can no longer be used with AWS Elasticache Redis clusters. It fails to establish connections with...

When I connect to my /chat endpoint (config below) i see old messages event if is set: nchan_message_buffer_length 0; nchan_store_messages off; NCHAN_VERSION 1.3.5 and 1.3.6 ``` upstream my_redis_server { nchan_redis_server...

Is there any possibility of using the message body for authentication instead of the header? I want my client to connect to the WebSocket and send the login command and...

Hello, I think there might be a bug with the code, although I cant confirm. We are looking to horizontally scale our nginx servers so we tried to attach redis....

In the past few weeks I have started seeing an increasing number of subscription messages fail to 400. Sometimes the 400 is empty, other times I get a `Message ID...

documentation

Hi, Apple opensourced FoundationDB earlier this year (https://www.foundationdb.org/). Compared to Redis Cluster, it inspires much more confidence with true transactions, multi-DC distributed operations and testing methodology that dwarfs Jepsen. Would...

feature request