bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

Request parameters to AMQPStreamConnection out of order #60

Closed jwkblades closed 5 years ago

jwkblades commented 5 years ago

The context argument should be parameter 12, not 11, for the AMQPStreamConnection, which results in an exception ErrorException: stream_socket_client() expects parameter 6 to be resource, boolean given.

Looks like it should just be getting the arguments in the correct order.

stevenklar commented 5 years ago

@jwkblades This issue should be fixed with the next release of your merged PR, right?

jwkblades commented 5 years ago

Yes, this should be resolved in the next release after my PR.

stevenklar commented 5 years ago

Released with tag 2.0.5