stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.38k stars 125 forks source link

grpc- servive Stuck #193

Open tyxben opened 2 years ago

tyxben commented 2 years ago

When I transfer more than 25000bytes of data and more, the server will freeze without any error, the server's excuse will respond but there is no output or execution.

not streaming

stepancheg commented 2 years ago

If you could provide an example to reproduce the problem, it would help.