Skip to content

Releases: mdawar/pubsub

v0.3.1

22 Jan 17:34
ec2a1a6
Compare
Choose a tag to compare

Optimize Publish performance for 2+ subscribers.
A goroutine will only be used if the channel is not ready.

v0.3.0

22 Jan 17:16
b96b101
Compare
Choose a tag to compare
  • Add Sender field to Message.
  • Change method signatures for Publish and TryPublish to accept a Message.