grpc / grpc-dotnet

gRPC for .NET
Apache License 2.0
4.22k stars 776 forks source link

Fix delayed server shutdown if clients are connected to the Watch server-streaming RPC of the Health API #2573

Open freibenjamin opened 1 week ago

freibenjamin commented 1 week ago

Fixes https://github.com/grpc/grpc-dotnet/issues/2572

Changes

Testing

The following screenshot shows that the server now stops within a second, even if clients are connected to the Watch RPC at the time of shutdown. The server was stopped at 12:09:17 (via the terminal). Screenshot 2024-11-15 120952

linux-foundation-easycla[bot] commented 1 week ago

CLA Not Signed