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
I compiled using the Windows 10 system(The previous version can run normally):
PS G:\rust\quic-rpc> cd .\examples\split\server PS G:\rust\quic-rpc\examples\split\server> cargo run Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.30s Running `G:\rust\quic-rpc\target\debug\server.exe`
Another terminal:
PS G:\rust\quic-rpc> cd .\examples\split\client PS G:\rust\quic-rpc\examples\split\client> cargo run Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s Running `G:\rust\quic-rpc\target\debug\client.exe` client streaming call: sum() rpc call: square([0]) rpc call: square([1]) rpc call: square([2]) 2024-09-12T20:28:49.433120Z WARN quic_rpc::transport::quinn: failed to connect e=aborted by peer: the cryptographic han dshake failed: error 40: peer is incompatible: NoSignatureSchemesInCommon 2024-09-12T20:28:49.441500Z WARN quic_rpc::transport::quinn: failed to connect e=closed 2024-09-12T20:28:49.445674Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.449977Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.455423Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.459802Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.463706Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.467809Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.472294Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.475835Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.479453Z WARN quic_rpc::transport::quinn: error calling connect e=endpoint stopping 2024-09-12T20:28:49.483598Z INFO quic_rpc::transport::quinn: Reconnect handler finished Error: Open(ConnectionClosed(ConnectionClose { error_code: Code::crypto(28), frame_type: None, reason: b"peer is incompa tible: NoSignatureSchemesInCommon" })) error: process didn't exit successfully: `G:\rust\quic-rpc\target\debug\client.exe` (exit code: 1)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I compiled using the Windows 10 system(The previous version can run normally):
Another terminal:
The text was updated successfully, but these errors were encountered: