-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Catch a couple exceptions in select #659
Conversation
Hi @lukebakken , thanks for fix. I thought this is fixed after #653. But looks like AbstractConnection->select() is yet another place where things can go wrong.
Then we will keep consistent exception handling in all places. Agree? |
@ramunasd thank you for the suggestion. This is the last item for |
LGTM, tested it additionaly using testsuites from php-enqueue. |
Thanks! |
@lukebakken thank you for fix. public function read($len) |
This should be caught in @ramunasd @programmer512 if this could be verified that would be great. |
@lukebakken, thank you. |
@ramunasd , @lukebakken thank you very much |
I appreciate that you verified this @programmer512 !!!! |
Catch a couple exceptions in select
Fixes #627
@programmer512 please review and test if you have time, thanks.
@ramunasd - if you have a second to read #627 and review, I would appreciate it.