Closed usedhondacivic closed 1 week ago
Seems to be a consistent problem for WSL across many years: https://www.reddit.com/r/docker/comments/zeao2x/comment/iz5s4fb/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button https://blog.alexbal.com/2022/01/26/12/
Resolved by downgrading Docker Desktop to v4.5.1 :( https://github.com/docker/for-win/issues/8861#issuecomment-1858308673
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: https://github.com/uhppoted/uhppote-simulator/issues/9 https://github.com/docker/for-win/issues/14376 https://github.com/docker/for-win/issues/14384
Notes: Downgrading Docker Desktop to v4.24.1 makes incoming data work consistently, but outgoing traffic drops out after some time