Emil Fresk
Emil Fresk
Hi @tekjar thanks for you response! I have set `mqttoptions.set_keep_alive(5)`, and I have tested this by connecting and disconnecting from my network using a VPN. The 2 `keep alive` times...
I'm testing against `mosquitto` from the Arch repositories (`systemctl start mosquitto`). You need to disable the VPN about 10s-20s, if one does it faster this effect does not happen.
If you want me to log something, or screen capture, or ... just give me a shout!
Not quite sure what difference you are suggesting, this sounds exactly like what we are doing with the `Box`, as this (in practice) gives us an owned slice. Or did...
@SamP20 I had a look at the implementation. The comment I have is that now you have pushed the ownership issue to the user by taking a reference to the...
@SamP20 Thanks for giving insight into your use-case! I'd like to propose a different way of performing "`yield`" like actions without actually needing `yeild`. Let's say you have 3 processing...
The code is now updated with byte timeout functionality and being able to read and write fewer bytes than a full DMA package! For now the timeout is set to...
The public interface has been simplified and more checks have been added as well.
Thanks for the feedback @jacobrosenthal ! I have updated the code with your suggestions.
Interesting error when merging with master, it seems that the nRF9160 core does not have support for the `pool!` from `heapless`. I have to take a closer look.