Skip to content
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

Closed
usedhondacivic opened this issue Oct 26, 2024 · 4 comments · Fixed by #11
Closed

Docker Desktop stops forwarding packets on exposed ports after a short time #10

usedhondacivic opened this issue Oct 26, 2024 · 4 comments · Fixed by #11
Labels
bug Something isn't working

Comments

@usedhondacivic
Copy link
Contributor

usedhondacivic commented Oct 26, 2024

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

@usedhondacivic usedhondacivic added the bug Something isn't working label Oct 26, 2024
@usedhondacivic
Copy link
Contributor Author

@usedhondacivic
Copy link
Contributor Author

@usedhondacivic
Copy link
Contributor Author

Resolved by downgrading Docker Desktop to v4.5.1 :( docker/for-win#8861 (comment)

@usedhondacivic
Copy link
Contributor Author

Resolved by switching from UDP communication to TCP communication, because Docker Desktop handles TCP properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant