Skip to content

v20.48.0

Compare
Choose a tag to compare
@uNetworkingAB uNetworkingAB released this 09 Nov 22:09
· 51 commits to master since this release
bc2815d

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