friends-of-reactphp / stomp

STOMP bindings for ReactPHP.
MIT License
115 stars 42 forks source link

Didn't work with rabbitmq #40

Closed azurre closed 8 years ago

azurre commented 8 years ago

RabbitMQ 3.5.4 Debian 3.2.68-1+deb7u1 i686 GNU/Linux PHP 5.5.30-1~dotdeb+7.1

/react/stomp/examples$ php basic.php rabbitmq
$data: string(4) "AMQP"
PHP Notice:  Undefined offset: 1 in /home/sites/citypay/citypay-payment-gateway/Lib/vendor/react/stomp/src/React/Stomp/Protocol/Parser.php on line 37
$data: string(0) ""
PHP Notice:  Undefined offset: 1 in /home/sites/citypay/citypay-payment-gateway/Lib/vendor/react/stomp/src/React/Stomp/Protocol/Parser.php on line 37
Could not connect: Received frame with command 'AMQP', expected 'CONNECTED'.
/react/stomp/examples$