Open 0xtsukino opened 2 months ago
This looks like potentially an issue with your WS proxy. Given the error from the mux mux error: Decode(Header(Version(123)))
that indicates corruption in the transport layer. If it were an application layer issue the error would occur during deserialization.
I see. Any details on what the Verifier
is expecting at that moment (after verifier.verify()
)? Is it exchanging data with the Prover
at that moment?
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
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.