-
```bash
Linux 45b94f7b1a8b 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64 Linux
PHP 8.0.13 (cli) (built: Nov 20 2021 07:13:05) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4…
anhao updated
1 month ago
-
```
< [hex]:
0000 41 4D 51 50 01 01 09 01 AMQP....
waiting for 10,10
waiting for a new frame
PHP Warning: feof() expects parameter 1 to be resource, object given in
/ho…
-
```
I am running rabbitmq-server_2.2.0-1_all.deb on Ubuntu Server Lucid 64 bit and
get the following error when running amqp_test.php
Creating connection
< [hex]:
0000 41 4D 51 50 01 01 09 01 …
-
```
export interface PublishOptions extends Options.Publish {
/** Message will be rejected after timeout ms */
timeout?: number;
}
export interface ConsumerOptions extends amqplib.Options…
-
```
< [hex]:
0000 41 4D 51 50 01 01 09 01 AMQP....
waiting for 10,10
waiting for a new frame
PHP Warning: feof() expects parameter 1 to be resource, object given in
/ho…
-
```
< [hex]:
0000 41 4D 51 50 01 01 09 01 AMQP....
waiting for 10,10
waiting for a new frame
PHP Warning: feof() expects parameter 1 to be resource, object given in
/ho…
-
```
What steps will reproduce the problem?
1. start an amqp server
2. start a process which polls the amqp server for messages in a queue
3. shut down the amqp server
What is the expected output? Wha…
-
```
I'm enclosing a patch both in plain and in hg bundle format, which adds:
1. UnitTests for sequence serialization/deserialization
2. Sequence serialization/deserialization support
While under 1.0…
-
软件版本:
easyswoole: 3.5.1
php-amqplib/php-amqplib:3.1.2
swoole: 4.4.23
问题出现时机:
1、项目运行1天样子基本就会出现 SQLSTATE[HY000] [2006] MySQL server has gone away ,一旦自定义进程出现这个报错,必须重启进程才可以解决,
2、在项目消费者里面已经尝试加了 \C…
-
I tried to fork and update but one of the tests is failing:
```
08:01 ~/work/rabbit.js (master)$ ./node_modules/mocha/bin/mocha --ui exports test -g 'closeConne'
Using connection parameters:
"amqp…