nchan subscribe to additional channels without reconnecting

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



nchan subscribe to additional channels without reconnecting



I'm using nchan channel multiplexing with config bellow


nchan


location ~ /sub/(.*)$
nchan_subscriber;
nchan_channel_id "$1";
nchan_channel_id_split_delimiter ",";



I also use this URL to subscribe channel1 and channel2 using javascript web socket.


channel1


channel2


ws://localhost/sub/channel1,channel2



is it possible to subscribe to additional channels without closing and reconnecting with a no-loss guarantee?









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

make 2 or more post in bootsrap

Store custom data using WC_Cart add_to_cart() method in Woocommerce 3

Firebase Auth - with Email and Password - Check user already registered