hprose / hprose-swoole

Hprose asynchronous client & standalone server based on swoole
MIT License
182 stars 41 forks source link

当swoole server工作在多进程模式下,并设置了最大请求数,当work进程自动重启后,之前订阅的客户端无法再接收推送,需要重新subscribe才行 #10

Open nbzx opened 5 years ago

nbzx commented 5 years ago

有什么办法解决此问题?

andot commented 5 years ago

多进程模式数据无法共享,这个没办法。