We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
我看think\swoole\websocket类,这个类是每个fd连接实例,其中的close方法是关闭当前fd会话。 但是如果我需要实现一个功能:后台管理员主动关闭某个fd连接。 该怎么实现。 请求指点