-
Notifications
You must be signed in to change notification settings - Fork 81
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
CoAP example hangs after first GET #724
Comments
might it be related to this: #71 ? |
Mhh, not sure, .. coapjs/node-coap#204 has been merged by now.,, |
We just identified and fixed a problem that was related to the observe parameter in node-coap (see coapjs/node-coap#330) that should actually also fix this issue :) I already made sure that removing the observe parameter from the request options lets the client determinate. After the PR above has been merged and a new version of node-coap has been released, we should check again – we might able to close this issue then. |
to me #741 seems related... |
I tried after #744 1st Test - Web
It still hangs when reaching out to the web? 2nd Test - Local
succeeds if an instance is running locally 👍 Note: However the same "hanging" happens if one does not start any server coap instance locally. I would have said it should timeout after a while but that does not happen.. |
Are you using the code form above (with
(I added the line |
Yes, it just hangs. Maybe it depends on my business network setting!? BTW, what happens locally if there is no CoAP server running in your case? |
Oh, that sounds plausible!
With the server not started, the example stops during the
|
Interesting! Both tests fail in my case after the timeout. |
see #721 (comment)
Maybe I was not very clear... it hangs from the beginning on after the first GET.. NO result is reported.
Note1: I did try locally and then it reports values. It seems it has to do again with reaching out to the web again.
Note2: The PR #720 is integrated. So this is not the issue. Maybe the Eclipse vserver?
Note3: Attached the test-file I am using.
The text was updated successfully, but these errors were encountered: