Vahan Yerkanian

Results 2 issues of Vahan Yerkanian

Hi, We are experiencing inconsistent responses from a Redis-backed nchan server. Below are two requests executed right after each other with no delay. The responses are random, and you can...

Hello, Is this by design or the configuration is missing something? Is nchan_subscribe_existing_channels_only compatible with channel multiplexing? location ~ /multisub-split/(.*)$ { nchan_subscriber; nchan_channel_id "$1"; nchan_channel_id_split_delimiter ","; nchan_subscribe_existing_channels_only on; } location...