-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi @g-andrade π
Thank you for this library!
Been troubleshooting an issue in opentelemetry_exporter package (open-telemetry/opentelemetry-erlang#419 (comment)) which uses tls_certificate_check.
It seems that the init flow in opentelemetry_exporter ends up calling "too quickly" tls_certificate_check:options, before, apparently, tls_certificate_check finished processing the asynchronous cast message that initializes the shared state.
Have you faced this situation before?
Is this the case?
Am I missing something?
Would you be open to some improvement pull request to have some optional synchronization or assurance so that as a user it is possible to know that a call to options will not fail?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request