Skip to content

out-of-sync IDs received from the server #57

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

Closed
tony2001 opened this issue Oct 28, 2015 · 0 comments
Closed

out-of-sync IDs received from the server #57

tony2001 opened this issue Oct 28, 2015 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@tony2001
Copy link
Contributor

It seems that somehow it's possible to get out-of-sync replies from the server. We haven't really figured how exactly, as it happens under high load, but it's definitely reproducible.
There's an assert() in the sources that checks for exactly that situation, but it's disabled when PHP isn't built with --enable-debug, so basically the extension checks for this situation and does nothing.
I believe at least an exception should be raised in this case or maybe you should even close the connection - you can't continue using it anyway. At least, that's exactly what we've tried to do, but failed due to issue #56 .

@bigbes bigbes self-assigned this Oct 29, 2015
@bigbes bigbes added this to the 0.0.15 milestone Oct 29, 2015
@bigbes bigbes added the bug Something isn't working label Oct 29, 2015
@bigbes bigbes closed this as completed in 0684555 Nov 8, 2015
@bigbes bigbes assigned bigbes and unassigned bigbes Jun 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants