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.
我一直在阅读有关使用net module的套接字超时方法的信息。但我想知道socket.io模块中是否有类似的机制来检测用户的不活动(例如,通过套接字 10 分钟不活动)以在服务器端对该会话执行一些操作或将此事件通知给其他用户。
先感谢您。