Jozef Kralik
Jozef Kralik
@coderabbitai create summary over all files under m2m-oauth-server and charts directories
@coderabbitai create a description for whole pull request based on `m2m-oauth-server` and `charts` directories
@coderabbitai review
@coderabbitai create pull-request description for non-plgd developers
@coderabbitai create pull-request description focused to grpc-reflection for non-plgd developers
The issue is that: 1. First block arrives (num = 0 ) -> Accepts and stores it 2. Timeout occurs before next block -> Drops stored blocks 3. Next block...
Yes, it is supported. By default, it sends a confirmable response, but you can set the message type to Non/Con by using the function [func (r *Message) SetType(typ message.Type)](https://github.com/plgd-dev/go-coap/blob/master/message/pool/message.go#L113). This...
It's up to you to set the desired message type in the server handler. By default, if a non-confirmable request is received, the go-coap server sends a response with a...
Thank you for the reporting issue. If you have a fix with a test we can merge it.
Hi, Blockwise transfers are enabled by default for both DTLS and UDP. To use blockwise, simply send a `POST` or `PUT` request. Here's an example: ### **Client** ```go package main...