This repository has been archived by the owner on Sep 17, 2023. It is now read-only.
v0.18.0
- [New]: Introduces a more safe async pub many construct via
client.PubManyAsync
thanks @igoree - [Changed]: Given the new
client.PubManyAsync
theclient.PubMany
now gets a publisher that only allows sync publishers. For async publishes useclient.PubManyAsync
.