-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
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
Client: cannot create an object instance without instance Id #75
Labels
bug
Dysfunctionnal behavior
Comments
Actually, the instance ID is not anymore a parameter of the Create operation (spec change). |
msangoi
pushed a commit
that referenced
this issue
Feb 23, 2016
Fix create request decoding on the client side (issue #75)
msangoi
pushed a commit
that referenced
this issue
Feb 23, 2016
And fix create request decoding on the client side (issue #75)
sbernard31
pushed a commit
that referenced
this issue
Feb 25, 2016
And fix create request decoding on the client side (issue #75)
Fixed in master (commit a4bf1b3) |
mike-scott
pushed a commit
to mike-scott/leshan
that referenced
this issue
Jan 31, 2018
Request#type is now Type.CON by default. CoapClient: Move setting the request type to the convenience methods. Client code can use the advanced() methods for sending a request that it has configured manually whereas the convenience methods can be used in the established way. Uses Request#uri (if not blank) in the advanced() methods instead of CoapClient#uri. Conflicts: californium-core/src/main/java/org/eclipse/californium/core/CoapClient.java Signed-off-by: Eugene Nikolaev <eug.nikolaev@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following commit d16c6b3, a regression was introduced in the client side.
When an instance is created for a multi-instance object (e.g. Software Update, ACL), the TLV payload failed to be decoded because the instance Id is not provided.
I will provide a fix for this.
The text was updated successfully, but these errors were encountered: