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
Hello. Is there any risk of messing anything up if we were to disable for example these lines?:
leshan/leshan-lwm2m-server/src/main/java/org/eclipse/leshan/server/queue/QueueModeLwM2mRequestSender.java
Lines 65 to 68 in 583807b
The reason is that we would like to still try to send a request to our device even though it is considered asleep.
The text was updated successfully, but these errors were encountered:
Is there any risk of messing anything up if we were to disable for example these lines?
I think it should be OK 🤔
Are you using the PresenceService or you don't use it at all ?
PresenceService
Sorry, something went wrong.
(let me know when we can close this issue)
Yes we are using PresenceService. It seems like 93s without a response, we the sleep event is triggered, right?
Anyway, you can close this issue now. We discovered the max timeout flag and did some more digging into the code.
No branches or pull requests
Question
Hello. Is there any risk of messing anything up if we were to disable for example these lines?:
leshan/leshan-lwm2m-server/src/main/java/org/eclipse/leshan/server/queue/QueueModeLwM2mRequestSender.java
Lines 65 to 68 in 583807b
The reason is that we would like to still try to send a request to our device even though it is considered asleep.
The text was updated successfully, but these errors were encountered: