Skip to content

Commit

Permalink
fix: remove unsubscribe before stopping consumer (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcos Schroh <[email protected]>
  • Loading branch information
marcosschroh and marcosschroh authored Aug 11, 2022
1 parent 11e8288 commit 418210f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kstreams/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ async def stop(self) -> None:
if not self.running:
return None

self.consumer.unsubscribe()
await self.consumer.stop()
self.running = False

Expand Down

0 comments on commit 418210f

Please sign in to comment.