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
{{ message }}
This repository was archived by the owner on Jun 11, 2024. It is now read-only.
We make a test run, an stop the proxy after the run with proxy.stop() or proxy.start()
The wen make a new instance private static BrowserUpProxy browserupProxy = new BrowserUpProxyServer();
on proxy.start() we got the error java.lang.IllegalStateException: Proxy server is already started. Not restarting
ok
we think we check if the proxy is startet with proxy.isStartet() and got true, but we can't stop them!!!???!!!