Simon
Simon
When I have time I will consider tackling this myself, but for now figured I would open the proposal! ### Suggesting a new section? Consider the following validations. - [X]...
Fix QoS 2 message rejections to send PUBREC instead of PUBACK and remove the errRejectPacket no-op check. I am unsure why the line which I removed was there, but that...
https://github.com/mochi-mqtt/server/blob/8f52b891d5d3169340cbfd29cec6a6408ed66f31/server.go#L911-L912 The above behaviour is wrong for `v5` spec. Currently if this packet code is assigned to a packet from `OnPublish` on some custom logic based failure, the expected and...