We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello everybody. I was testing eth-proxy 0.0.5, searching for some bugs, and I believe that found one. Let me describe what I did.
1 - Disable network adapter 2 - Start eth-proxy.exe 3 - Console: exception "connection timed out" 4 - Enable network adapter (eth-proxy.exe still running) 5 - Console: "1 peers connected, state changed 1 times" (repeats until reach 4 peers connected) 6 - Console: "Disconnected from Stratum pool at ..." 7 - Console: repeats numbers 5 and 6, infinite loop
I tried to access "http://127.0.0.1:8080" no response: GET connection refused.
Print from Console:
I think this is simple to fix, just restart eth-proxy when exception has been threw. I hope this helps to improve eth-proxy. Bye guys.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello everybody. I was testing eth-proxy 0.0.5, searching for some bugs, and I believe that found one. Let me describe what I did.
1 - Disable network adapter
2 - Start eth-proxy.exe
3 - Console: exception "connection timed out"
4 - Enable network adapter (eth-proxy.exe still running)
5 - Console: "1 peers connected, state changed 1 times"
(repeats until reach 4 peers connected)
6 - Console: "Disconnected from Stratum pool at ..."
7 - Console: repeats numbers 5 and 6, infinite loop
I tried to access "http://127.0.0.1:8080" no response: GET connection refused.
Print from Console:
I think this is simple to fix, just restart eth-proxy when exception has been threw. I hope this helps to improve eth-proxy. Bye guys.
The text was updated successfully, but these errors were encountered: