php-amqplib non blocking example throws warnings -



php-amqplib non blocking example throws warnings -

i'm trying utilize videlalvaro/php-amqplib library amqp communication can't seem non-blocking version work. running demo/amqp_consumer_non_blocking.php continually shows next error message:

php warning: stream_select(): supplied argument not valid stream resource in rabbitmq/test/amqp_consumer_non_blocking.php on line 86 php stack trace: php 1. {main}() rabbitmq/test/amqp_consumer_non_blocking.php:0 php 2. stream_select(*uninitialized*, *uninitialized*, *uninitialized*, *uninitialized*) rabbitmq/test/amqp_consumer_non_blocking.php:86

suppressing message @ symbol quietens error, still can't show anything.

i assume i'm sending message correctly: i'm using web interface , publishing message straight queue say, don't in non-blocking loop.

doing same process blocking demo (demo/amqp_consumer.php) works expected.

has else had these sorts of problems or can direct me possible solutions? thanks.

php-amqplib

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -