trpc-group/trpc-cpp

When using the fiber thread model, there are occasional cases where the unary HTTP server receives the request packet but fails to trigger the business logic properly.

bochencwx opened this issue · 0 comments

The specific manifestation is that the server acknowledges receiving the complete request packet, but the business logic fails to trigger.