-
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
Server working when testing from host on macOS #1
Comments
@beriberikix can you provide the exact commands to reproduce ? |
Sure! I'm using VSC, so some of these commands are generated by the GUI.
If you don't want to hassle with building
|
It looks like this is a Docker for Mac issue with UDP. I reproduced with a simple netcat. |
I opened docker/for-mac#3603 |
I replied on the Docker/for-mac ticket but netcat for UDP works just fine, so it must be something with the server. |
Ugh, I just realized I had this tab open with the following unsent comment:
And I just saw that you did precisely that in d85ada6 |
Unfortunately not :(. It was a red herring on my local development machine. I'm hoping to hear from the I should probably roll back that commit 🤔 |
The main goal of this fork is to make the libcoap-minimal work in a Docker container.
Everything is building correctly and I can verify
server
by logging into the container and runningcoap-client coap://127.0.0.1/hello
- it should returnworld
. When I runcoap-client
on my mac, it just hangs. I can verify the the request is going through by usingcoap-client -v 9
and the NET I/O fromdocker stats.
With my limited experience in docker networking, I'm not sure what's going wrong. One theory is how
CMD
or orENTRYPOINT
may be used?The text was updated successfully, but these errors were encountered: