-
Hi, Where can I see the active gRPC server streaming connections? It's should be shown somewhere, most likely in "Session" or the "active session" view in httpbook. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
Hi I agree with you. The behavior is still not quite ideal. For individual clients I already use the session store for storage and reuse (e.g. AMQP), but not for all. I think it's best to implement this generically. |
Beta Was this translation helpful? Give feedback.
I have now set it up in a dev container. Thanks for the example. And yes calling the cancel method seems to solve the problem. Without it the server rattles through all 100 entries. Now when I use my dev branch it stops after cancel.
Apparently it is not enough for grpc to terminate the stream using destroy/ end, but you have to explicitly use the API. But cool found I hope. I will release the state and then you can still test it please. And big thanks for your example. It was super helpful.