-
Notifications
You must be signed in to change notification settings - Fork 835
New issue
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
Connections refused after sometime #5685
Comments
I am experiencing exactly the same issue. The other issues are similar, but in my case it is exactly as mythio reported and I am running the same environment as mythio. What I can add is. When I boot and start some services inside the guest it looks like this (TCPView):
Then after some time or event wslhost.exe just seems to die, and I need to perform Additional information probably related usage information: Running on the host:
Running inside guest:
The services inside the Guest are used since some time and did not seem to influence the problem. The problem occurred often, then disappeared with no apparent usage change and if my feeling is correct, appeared again after installing Docker Desktop recently. It could be related to something VS Code was doing and Docker Desktop is still doing... But I am a Linux user, so I cannot help much more unless someone tells me what to do to further isolate the problem. |
Environment
Steps to reproduce
Expected behavior
Expected to not reject any incoming connection on localhost even after a while.
Actual behavior
The connections are rejected after sometime. Have to run
wsl.exe --shutdown
to restart wsl and perfom successful connections on localhost. Another thing, when the wsl starts rejecting requests on localhost, it doesn't reject requests from internet. Internet is working fine all the time.The text was updated successfully, but these errors were encountered: