From 1289fe7d5ff428254bbbc6daece9d20567700272 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Wed, 28 May 2025 10:31:47 -0400 Subject: [PATCH] Add another todo --- src/client-cohttp-eio/opentelemetry_client_cohttp_eio.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/client-cohttp-eio/opentelemetry_client_cohttp_eio.ml b/src/client-cohttp-eio/opentelemetry_client_cohttp_eio.ml index ec73e9be..a2941cd2 100644 --- a/src/client-cohttp-eio/opentelemetry_client_cohttp_eio.ml +++ b/src/client-cohttp-eio/opentelemetry_client_cohttp_eio.ml @@ -179,7 +179,9 @@ end (** Batch of resources to be pushed later. - This type is thread-safe. *) + This type is thread-safe + + TODO: This is NOT safe accross domains. Need to wrap in mutex or re-architect. *) module Batch : sig type 'a t