David Mládek

Results 68 comments of David Mládek

I think that reading part of the response would be good enough for most scenarios. This would be good enough for me since I don't expect that the errors would...

Fair enough. And what do you think with the possibility of prefetching e.g. first 1 kB of the response? I would be happy to try to make a PR, I...

Woudn't it be also possible to have a method that buffers the whole response no matter the size (or with the size constraint specified on the call, not the agent)...

Not necessarily, e.g. it can depend on whether the call was successful or not. I opened this issue originally because of error handling where I had just a reference to...

Hi, I'll try to summarize. The agent can be configured with `Option` specifying how large buffer should be available for each response. If the buffer is larger than the response...

@jkralik acknowledgement is not the same thing as a response in CoAP. I get that I can send piggy-backed response this way (sending a response along with the acknowledgement), but...

I believe that the issue lies here: https://github.com/plgd-dev/go-coap/blob/4d466801917705aec7cd97b6b53c7502d4c1f7c5/udp/client/clientconn.go#L597 If the lock cannot be acquired right away, it means something is already processing the message and therefore the request is a...

I've also encountered the issue. I created cache on ubuntu and it is available for ubuntu and macOS but not Windows. I've created a matrix for my cache creation job...

Oh, I could have figured that one out. In that case, there are also exceptions for `test` (also in `debug`) and `bench` (in `release`). People probably wouldn't use these directly...

Another option would be to make the linkerd proxy container (either the binary directly or another process therein) aware of the state of the pod by polling the kubernetes API....