How to get client's socket status when grpc is on server-side streaming? #1588
Unanswered
yang282441848
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to manage grpc-clients, but cannot find any way to remove clients when they shutdown the grpc socket.
It looks like that only
tx.send
's result ortx.isClosed()
can get this state. But I want clear the memory not by polling when client is disconnected .Beta Was this translation helpful? Give feedback.
All reactions