Pub/sub fix
Being subscribed to only one topic, followed by a publish to said topic immediately followed by unsubscription from this, single one, topic would drop the published message before it was sent. This is now fixed and no message will be dropped in this edge case.
This bug did not trigger in cases where a WebSocket was subscribed to at least one more topic, making most real-world use cases unaffected.
Full Changelog: v20.47.0...v20.48.0