vlingo-net / xoom-net-common

These are just a few common tools shared across various vlingo .NET projects.
Mozilla Public License 2.0
7 stars 9 forks source link

Cancelling the background task when stopping AsyncMessageQueue #34

Closed tjaskula closed 5 years ago

tjaskula commented 5 years ago

To be sure we're cleaning properly a background task in AsyncMessageQueue I'm making sure then when closing the underlying task is cancelled as well. This solves issue #33

tjaskula commented 5 years ago

@VaughnVernon @zpbappi This is a small improvement. I didn't bump the version on purpose, because it doesn't need to be straight away in the new version. It can come with bigger changes after.