proxy-vole
proxy-vole copied to clipboard
Logger is not thread safe
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.