We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好 有没有考虑 A进程要和B进程通信 但是不想要C进程收到消息 但是B又会和C进程通信 不想让A知道的情况, 你的代码结构 就是观察者模式的样子 这个是可以优化的
The text was updated successfully, but these errors were encountered:
首先谢谢你提的建议,这个问题暂时不在框架内部处理,如果有这个问题建议通信时约定协议,过滤自己需要的业务逻辑,后面会优化这个问题。
Sorry, something went wrong.
关注中,期望能支持一对多的消息分发处理。不同客户端与服务端通信时,服务端能根据不同的客户端分发(返回)不同的数据。
No branches or pull requests
你好 有没有考虑 A进程要和B进程通信 但是不想要C进程收到消息 但是B又会和C进程通信 不想让A知道的情况, 你的代码结构 就是观察者模式的样子 这个是可以优化的
The text was updated successfully, but these errors were encountered: