Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[leshan-dev] New QueueMode API.

Hi all,

   We recently integrate in master a first version of Queue Mode support.

   This new feature will change the default behavior of `lwm2mServer.send()` for devices  using QueueMode (UQ or UQS binding). If Leshan thinks that device is not here it will not send the request and just raises an exception.

   If you want to go back to previous behavior, you can disable this new feature using : LeshanServerBuilder.disableQueueModeSupport.

Simon


Back to the top