提交 0230528a 编写于 作者: weixin_47267244's avatar weixin_47267244

优化amqp测试用例

上级 9a828666
......@@ -86,10 +86,12 @@ return [
],
],
'resource' => [
'host' => AMQP_SERVER_HOST,
'port' => 5672,
'user' => 'guest',
'password' => 'guest',
'host' => AMQP_SERVER_HOST,
'port' => 5672,
'user' => 'guest',
'password' => 'guest',
'keepalive' => false, // 截止 Swoole 4.8 还有兼容问题,所以必须设为 false,不影响使用
'connectionClass' => \PhpAmqpLib\Connection\AMQPStreamConnection::class,
],
],
] : [],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册