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
As far as I know, a single Appender is created per appender type; so considering RavenClient is not thread-safe, having a single static instance may lead to unpredictable behavior when used in multithreaded contexts (e.g. web).
As far as I know, a single
Appenderis created per appender type; so consideringRavenClientis not thread-safe, having a single static instance may lead to unpredictable behavior when used in multithreaded contexts (e.g. web).