** Describe your environment **
- Windows 10/11, Visual Studio 2022, bazel 8.2.1 (bazel 8+ should work, maybe even 7+)
Steps to reproduce
What is the expected behavior?
- Using opentelemetry-cpp (through grpc) should not hang.
What is the actual behavior?
- It hangs instead, roughly 1 in 3000 cases.
Additional context
The issue is not really opentelemetry-cpp, but more like gRPC
using abseil
primitives on Windows
, though users relying on the otlp grpc
exported may be affected.