-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[amqp] Upgrade php-amqplib to v2.9 #951
Comments
"php-amqplib/php-amqplib": "^2.8", Composer file you linked states that any version higher that 2.8, but below 3.0 is compatible. |
Yeah, at first I've misunderstood composer syntax, this is why I've changed the title to "upgrade". It seems to me that php-enqueue should require a version free of bugs (i.e. >=2.9) |
Technically @makasim WDYT? |
library version upgraded in #967 |
Thank you all |
From queue-interop/amqp-interop#16
I'm getting the error
stream_select(): unable to select [4]: Interrupted system call (max_fd=6)
on my consumers. This error was fixed in version 2.9 of php-amqplib however php-enqueue requires version 2.8.The text was updated successfully, but these errors were encountered: