You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate CoAP request before processing
- validation is executed before processing
- some data parsed during the validation is stored and passed to processing
to avoid duplicate parsing
Split unpublish request into multiple requests
When attempting to unpublish multiple resource links the query
can exceed the allowed COAP COAP_MAX_HEADER_SIZE limit.
To avoid this issue the query is split between mutliple requests
when necessary.