Skip to content

Commit

Permalink
fixes #197
Browse files Browse the repository at this point in the history
  • Loading branch information
David Parker committed Oct 14, 2021
1 parent 835f37e commit a7cbf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faust/app/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ async def start_client(self) -> None:
self.client_only = True
await self.maybe_start()
self.consumer.stop_flow()
await self.topics.wait_for_subscriptions()
await self.topics.maybe_wait_for_subscriptions()
await self.topics.on_client_only_start()
self.consumer.resume_flow()
self.flow_control.resume()
Expand Down

0 comments on commit a7cbf54

Please sign in to comment.