-
Notifications
You must be signed in to change notification settings - Fork 78
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
wasm: intermitten issue in p2p flow #579
Comments
This looks like potentially an issue with your WS proxy. Given the error from the mux |
I see. Any details on what the |
Yes, the verifier will be waiting for a message. Are you sure that the websocket proxy isn't buffering some data between runs? I can't think of anything else which would cause this kind of transport frame corruption. |
Is this resolved? |
not resolved yet, still couldnt identify the root cause |
@0xtsukino is this still an issue? |
Found an intermitten issue while integrating with p2p flow in js. Here is the setup i am using.
The
Verifier
throw the following errors:Sometimes the
Prover
will throw the following, but not always.The text was updated successfully, but these errors were encountered: