We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently at the end of the finalization the Verifier sends two messages:
SignedSessionHeader
The prover polls the associated futures here:
tlsn/tlsn/tlsn-prover/src/tls/mod.rs
Lines 315 to 319 in ce80e75
It is possible that before notarize_fut finished processing SignedSessionHeader, the mux_fut will complete causing the prover to return an error.
notarize_fut
mux_fut
We should find a way to prevent such a spurious error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently at the end of the finalization the Verifier sends two messages:
SignedSessionHeader
The prover polls the associated futures here:
tlsn/tlsn/tlsn-prover/src/tls/mod.rs
Lines 315 to 319 in ce80e75
It is possible that before
notarize_fut
finished processingSignedSessionHeader
, themux_fut
will complete causing the prover to return an error.We should find a way to prevent such a spurious error.
The text was updated successfully, but these errors were encountered: