-
Notifications
You must be signed in to change notification settings - Fork 28
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
Contract failure in consume!string #20
Comments
I really hope that this is not an issue in |
I have a similar failure:
|
In my case it's this contract:
|
Sorry, forgot the trace:
|
After adding your dump code, I get this:
|
Turns out this was an error packet "too many connections" which the client didn't check for. See PR for fix. |
consume!string fails on in contract as packet.length < N
This happens when trowing in a lot of concurrent web requests.
Could the error be in vibes connection..?
The text was updated successfully, but these errors were encountered: