walkor / channel

Interprocess communication component for workerman
137 stars 49 forks source link

Can we use multiple channel? #12

Open abhinavgmfs opened 2 years ago

abhinavgmfs commented 2 years ago

Hi walkor,

We are using channel into gateway worker project using multiple gateway and business worker. We are using channel for sharing some data into multiple business worker. So my question is if the channel is down or fail then the data will not reach into the other business worker. Is there any way to run multiple channel to avoid single point of failure

Thanks Abhinav