Hi,
No, I mean gRPC::StatusCode
(
https://grpc.github.io/grpc/cpp/namespacegrpc.html#aff1730578c90160528f6a8d67ef5c43b)
> If you want to run each unit test on the same port, shouldn't you set
> GRPC_ARG_ALLOW_REUSEPORT to 1?
That didn't change anything. I finally solved the issue by using a
different port on each test. IIRC the semantics of port reuse are
different on Windows compared to POSIX systems.
Regards
Antoine.