We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
##Good day!
I use you library for having comminication with sensortag by Coap protocol. But I have a problem after long time observe. I do this:
Request request = GetRequest(type); request.AckTimeout = -1; //To make timeout unlimit request.Respond += (s, e) => method(s, e, new Guid(guid)); request.MarkObserve();
So it work, but after 10-12 hours timeout is occured and observer didnt work. I should observe to resource again. Why do it happen?
My sensortag sleep one hour then wakeup, send data by coap to client and sleep again
The text was updated successfully, but these errors were encountered:
No branches or pull requests
##Good day!
I use you library for having comminication with sensortag by Coap protocol.
But I have a problem after long time observe.
I do this:
Request request = GetRequest(type);
request.AckTimeout = -1; //To make timeout unlimit
request.Respond += (s, e) => method(s, e, new Guid(guid));
request.MarkObserve();
So it work, but after 10-12 hours timeout is occured and observer didnt work. I should observe to resource again. Why do it happen?
My sensortag sleep one hour then wakeup, send data by coap to client and sleep again
The text was updated successfully, but these errors were encountered: