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.
我四处搜索了一下,没有发现任何关于这个特定问题的信息。我目前正在开发涉及 Node.js 上的 Socket.IO 的东西。
我的问题很简单:有没有办法知道从 socket.volatile.emit() 中删除了多少消息?
感谢您的任何提示!
https://github.com/LearnBoost/socket.io/blob/master/lib/transport.js#L524-534
没有计数器增加,但你可以打开日志来看看。