grpc-go
grpc-go copied to clipboard
xds: server should fail `Serve()` if called after `Close()`
Currently this can lead to a leaked xDS client, as the latter is created in Serve() and closed in `Close().
This is a cause for some of the flakiness in https://github.com/grpc/grpc-go/issues/5231.