-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
reset msg on separated response(observe) with block2 option #336
Comments
Hi @Thousif-khan, thanks for reporting this issue. There is currently a bug regarding observe (#330) that might be related to this problem. A new version with these changes should be released soon (CC @Apollon77), maybe that fixes the issue. Maybe you could try out the version from my fork already to see if the error disappears? Otherwise some more investigation is probably needed. Another thing you could try out is downgrading node-coap to 0.25.0 (which is the version before the switch to typescript began), this way we could rule out if it is a new bug or an edge case nobody noticed before. |
Hi @JKRhb, i did some testings has you suggested,
please suggest. |
Oh, thank you for testing this out! I guess #330 might also fix this problem, hopefully it will be merged and released soon. |
No , #330 wont fix this issue. we need to add check for observe option present in the req. one way of doing it is |
Please re-check with v1.0.5 (even if your propoed change is not in there) |
Hi @Apollon77, apologies for the delay, have tested with v1.0.5 and the issue still exists. getting same RST message. please take a look of what i have suggested. |
can you try it out with the same setup has mine.
Reason for RST message should be, no token details found or token is deleted from client. |
One more solution would be |
@JKRhb is the pther open PR adressing that maybe? |
Oh, yeah, that could actually be the case! I would suggest merging #337 first and then revisiting the issue, trying out @Thousif-khan's approach. Thank you @Thousif-khan for the status updates and the suggestions! |
Ok, merged ... so @Thousif-khan net try with githubb version? |
sorry @Apollon77, didn't get you. what should be tried ? |
Please install the lib GitHub and check the behavior again. If your issue is not fixed we need to check your proposals from above |
I'm afraid we have a typescript related problem here again :/ #337 should have definitely fixed eclipse-thingweb/node-wot#728, though. Therefore, I think it is reasonable to already publish a new release and revisit this issue afterwards. |
@Thousif-khan I will release a 1.0.8 soon which adress other observe issues ... please check if this is aloready enough to also fix your issue ... else we have #344 to try next :-) |
Hi @Apollon77, issue persists. please make a setup has i suggested and test for yourself before next release. . |
Thanks for the feedback, then we should merge #343 now. |
am facing an issue,
instead of ACK.
Am i doing something wrong here.
The text was updated successfully, but these errors were encountered: