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
The com.github.markusbernhardt.proxy.util.Logger class is not thread safe. Consider making backend volatile (and updating how it's accessed accordingly) or use some other thread safe mechanism.
The
com.github.markusbernhardt.proxy.util.Loggerclass is not thread safe. Consider makingbackendvolatile (and updating how it's accessed accordingly) or use some other thread safe mechanism.