Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法计算 zeromq 套接字中当前连接的客户端数量?如果这不可能,有没有办法确定套接字是否没有连接到它的客户端?
谢谢。
您可以简单地使用第二个套接字实现一个计数器。每次您有一个活动的客户端或关闭您的套接字时,请在“套接字计数器”上发送一条消息。
ZeroMQ 用于组合套接字。