fbucafusco

Results 6 comments of fbucafusco

Thanks for the fast response ! I reviewed the source for understanding better. It seems that structure is freed in `coap_block_check_lg_crcv_timeouts`. So, Should I call `coap_io_process `even If my client...

Yeap, I called `coap_context_set_block_mode` before each sendingwith boths settings, and works fine. No more leaks. Not so sure if it is the correct way to handle this tho.

Yes. I did that. And for sure, if then I don't need big messages I will remove the block mode. Thanks for the advice. Also thanks for letting me know...

I fixed it in [this PR](https://github.com/tsoding/nob.h/pull/126) Let us wait Mr T merge it in.

Hi! I am using v0.19 with an esp32 + max3421 and same happens to me (sometimes not rx cb and sometimes only one). But I guess it is because the...

BTW, debugging and trying to solve the issue, I have added a TU_LOG in `uint32_t tu_edpt_stream_read_xfer(uint8_t hwid, tu_edpt_stream_t* s)` just before the` if (available >= mps)` statement And, all the...