RockLib/RockLib.Messaging

Dispose of `_disposeSource` in `KafkaReceiver` `Dispose()`

peteraritchie opened this issue · 0 comments

_disposeSource is also disposable, the Cancel method does not dispose of the object and KafkaReceiver.Dispose should dispose of it.