nsqio / nsq

A realtime distributed messaging platform
https://nsq.io
MIT License
25.01k stars 2.9k forks source link

nsqd: multiplexed topic subscriptions on single connection #1238

Open jinq0123 opened 4 years ago

jinq0123 commented 4 years ago

I have many topics. Each topic subcription results one connection. I tried send 2 SUBs on one connection, but failed: cannot SUB in current state. It would be nice to allow many SUBs on one connection.

ploxiln commented 4 years ago

Yeah, that's a feature that is not offered, and probably won't be any time soon, sorry.