-
Notifications
You must be signed in to change notification settings - Fork 0
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
Docker Desktop stops forwarding packets on exposed ports after a short time #10
Comments
Seems to be a consistent problem for WSL across many years: |
Resolved by downgrading Docker Desktop to v4.5.1 :( docker/for-win#8861 (comment) |
Resolved by switching from UDP communication to TCP communication, because Docker Desktop handles TCP properly. |
On Docker Desktop for mac / windows, forwarded ports work initially and then stop receiving and transmitting data. The drop is often asymmetrical, i.e. commands can be sent to the rover but no data is received, or data can be received by not sent. Sometimes both fail. Restarting docker engine sometimes fixes the problem, but not always. This does not occur when using Docker CE on Ubuntu.
Possibly related:
uhppoted/uhppote-simulator#9
docker/for-win#14376
docker/for-win#14384
Notes:
Downgrading Docker Desktop to v4.24.1 makes incoming data work consistently, but outgoing traffic drops out after some time
The text was updated successfully, but these errors were encountered: