Closed sunsgneayo closed 1 year ago
目前我的解决方案:
if (($count = $this->_getConnectionProperty( (Object)$connection, 'clientNotSendPingCount' , 0 ) ) > 1) { $connection->destroy(); } $this->_setConnectionProperty((Object)$connection, 'clientNotSendPingCount', $count + 1);
移除_getConnectionProperty与_setConnectionProperty connection的TcpConnection
Argument 1 passed to Workbunny\WebmanPushServer\Server::_getConnectionProperty() must be an instance of Workerman\Connection\TcpConnection, array, called in /var/www/fj-oh/vendor/workbunny/webman-push -server/src/Server.php on line 442 and defined in /var/www/fj-oh/vendor/workbunny/webman-push-server/src/Server.php:327