已关闭,此问题需要details or clarity。它目前不接受回答。
**想改善这个问题吗?**通过editing this post添加详细信息并澄清问题。
8天前关闭
Improve this question
我想在用户与socket.io断开连接时,通过Nodejs your text i have try to make another one event and called under disconnect event which is not possible because connection is closed.
将数据从客户端发送到服务器端
2条答案
按热度按时间eiee3dmh1#
在客户端,您可以使用
v7pvogib2#
当用户从Socket.IO连接断开连接时,您可以通过在断开连接事件发生之前发出一个事件,将数据从客户端发送到服务器端。关键是在连接完全关闭之前发送数据。以下是您可以实现这一点的方法:
//在断开连接之前发出带有数据的事件
//从服务器断开连接