Skip to content
Snippets Groups Projects
Unverified Commit 100e1ad7 authored by Jay Guo's avatar Jay Guo Committed by Artem Barger
Browse files

[FAB-13178] Move `SendSubmit` out of serveRequest


When gRPC buffer of `Submit` stream is full, `SendSubmit` would
block, which freezes the `serveRequest` go routine. This CR moves
this out of go routine, and clients should be blocked on waiting
for room in buffer.

Change-Id: I62cd261b9419bd8df3fa1bfaeff14551168d2e65
Signed-off-by: default avatarJay Guo <guojiannan1101@gmail.com>
parent e0e3ddbb
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment