Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如果是多个进程间的通信问题 #4

Open
FightLi1017 opened this issue Feb 16, 2019 · 2 comments
Open

如果是多个进程间的通信问题 #4

FightLi1017 opened this issue Feb 16, 2019 · 2 comments

Comments

@FightLi1017
Copy link

你好 有没有考虑 A进程要和B进程通信 但是不想要C进程收到消息 但是B又会和C进程通信 不想让A知道的情况, 你的代码结构 就是观察者模式的样子 这个是可以优化的

@yifei8
Copy link
Owner

yifei8 commented Feb 16, 2019

首先谢谢你提的建议,这个问题暂时不在框架内部处理,如果有这个问题建议通信时约定协议,过滤自己需要的业务逻辑,后面会优化这个问题。

@june5753
Copy link

june5753 commented Mar 15, 2021

关注中,期望能支持一对多的消息分发处理。不同客户端与服务端通信时,服务端能根据不同的客户端分发(返回)不同的数据。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants