walkor / GatewayWorker

Distributed realtime messaging framework based on workerman.
MIT License
1.01k stars 294 forks source link

Question - Send Message to particular business worker #91

Open abhinavgmfs opened 2 years ago

abhinavgmfs commented 2 years ago

Hi Walkor,

  1. Can we identify the message inside gateway worker before it sends to business worker?
  2. Can we bind a gateway to one of the business worker running on different server?

Thanks