containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

Got "early eof" with every request #218

Open teawater opened 8 months ago

teawater commented 8 months ago

2024-02-01T03:08:50.597180315+00:00 [TRACE] /home/teawater/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttrpc-0.8.1/src/asynchronous/connection.rs:62 - write message: GenMessage { header: MessageHeader { length: 2, stream} 2024-02-01T03:08:50.600292291+00:00 [TRACE] /home/teawater/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttrpc-0.8.1/src/asynchronous/connection.rs:99 - Read msg err: Socket("early eof") 2024-02-01T03:08:50.600722855+00:00 [TRACE] /home/teawater/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttrpc-0.8.1/src/asynchronous/connection.rs:112 - Reader task exit. 2024-02-01T03:08:50.600907910+00:00 [TRACE] /home/teawater/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ttrpc-0.8.1/src/asynchronous/connection.rs:69 - Writer task exit.