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 text was updated successfully, but these errors were encountered:
The
com.github.markusbernhardt.proxy.util.Logger
class is not thread safe. Consider makingbackend
volatile (and updating how it's accessed accordingly) or use some other thread safe mechanism.The text was updated successfully, but these errors were encountered: