ESP-CoAP icon indicating copy to clipboard operation
ESP-CoAP copied to clipboard

UDP6EndpointAddress when observing

Open dserbu opened this issue 5 years ago • 2 comments

I'm using coapserver..ino to observe led. The problem is that if I observe the resource light and change it from 1 to 0, inside Copper no change is reflected. If I try to observe the resource in the comand line I receive the following error: `WARNING:coap:Received Type.ACK from <UDP6EndpointAddress [::ffff:192.168.2.121]:5683 with local address>, but could not match it to a running exchange.

dserbu avatar Mar 04 '19 03:03 dserbu

CoAP server answers with a different token and not with the registered one. Any ideas how can I solve this?

dserbu avatar Mar 06 '19 16:03 dserbu

Hi Daniel,

I need to check it once. Will reply you back shortly

On Wed, Mar 6, 2019 at 9:34 PM Daniel Șerbu [email protected] wrote:

CoAP server answers with a different token and not with the registered one. Any ideas how can I solve this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/automote/ESP-CoAP/issues/17#issuecomment-470165951, or mute the thread https://github.com/notifications/unsubscribe-auth/ABvp8_GY3w3slC6fzq4FxPB_EgeIwvdjks5vT-clgaJpZM4bbezu .

lovelesh avatar Mar 07 '19 14:03 lovelesh