mkovatsc / Copper

Copper (Cu) CoAP user-agent (JavaScript implementation)

Home Page:http://people.inf.ethz.ch/mkovatsc/copper.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

observer repsonse

kanishkablack opened this issue · comments

I have found a small issue if client tries to observe any resource, irrespective of response, the client starts to listen to the resource.

Please elaborate :)
A screenshot of the message log might help.

Also make sure it is not happening because of "display rejected" behavior or similar debug functionality.

2017-03-27 20_26_48-settings

When the response from server as 4.03, still the client starts to observe

i am not sure, its UI glitch or a real bug

update: we are developing own coap server based on elixir

The problem is that your server includes the Observe option in the response :)