proxy-vole icon indicating copy to clipboard operation
proxy-vole copied to clipboard

Logger is not thread safe

Open jpasski opened this issue 6 years ago • 0 comments

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.

jpasski avatar Oct 13 '18 23:10 jpasski