Hello,
When trying to run our gRPC unit tests on Windows, I frequently get spurious errors of the kind: gRPC failed with error code 2 and message: Stream removed Our tests are quite simple and do not feature a lot of traffic. They work flawlessly on Linux. Our only specific settings are: - GRPC_ARG_ALLOW_REUSEPORT set to 0 on the server - GRPC_ARG_INITIAL_RECONNECT_BACKOFF_MS set to 100 on the client Any idea what might cause this? Each unit test spawns a fresh server on the same TCP port and shuts it down at the end. Regards Antoine. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/20190528173608.224adea3%40fsol.
