Skip to content

Swift MassTransit Wrappers v0.2.3

Compare
Choose a tag to compare
@xtremekforever xtremekforever released this 07 Feb 14:41
· 20 commits to main since this release
0d74607

Small release to fix some issues with the MassTransitConsumer.

  • Add use of .cancelOnGracefulShutdown() to MassTransitConsumer main consume stream so that the service can shutdown immediately on graceful shutdown.
  • Wait for connection and consumer to be ready before binding exchange for custom message type, add better retry to not fail right away if the broker is not ready with exchanges yet.