socket.resume()
-
返回:<net.Socket> 套接字自身
¥Returns: <net.Socket> The socket itself.
调用 socket.pause()
后恢复读取。
¥Resumes reading after a call to socket.pause()
.
返回:<net.Socket> 套接字自身
¥Returns: <net.Socket> The socket itself.
调用 socket.pause()
后恢复读取。
¥Resumes reading after a call to socket.pause()
.