Swift MassTransit Wrappers v0.2.3
Small release to fix some issues with the MassTransitConsumer
.
- Add use of
.cancelOnGracefulShutdown()
toMassTransitConsumer
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.