You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a client receives Zinc Logger events, other Zinc APIs may be in progress.
We don't expect the client to call other Zinc APIs from these events (reentrant code), however, we must ensure the Logger API itself is safe to call from its own events.
Best would be to ensure logger is thread-safe as well using proper synchronization objects.
The text was updated successfully, but these errors were encountered:
When a client receives Zinc Logger events, other Zinc APIs may be in progress.
We don't expect the client to call other Zinc APIs from these events (reentrant code), however, we must ensure the Logger API itself is safe to call from its own events.
Best would be to ensure logger is thread-safe as well using proper synchronization objects.
The text was updated successfully, but these errors were encountered: