simon622/mqtt-sn

Confirmation to the runtime happens asynchronously to the last byte sent

Closed this issue · 1 comments

Presently it is possible to send outbound QoS0 which will backup in the protocol job queue and mark messages sent that have not actually been sent by transport as are in back-pressure queue.

Need to move confirmation as sync to protocol send

This has been moved into a post runnable