常见问题
object is not instanceof swoole_client
出现这个错误,表明代码中在客户端连接关闭后,仍然调用了
recv
、
send
等方法操作socket。