Skip to content

Commit

Permalink
fixes #197 (#198)
Browse files Browse the repository at this point in the history
Co-authored-by: David Parker <dparker@novacoast.com>
  • Loading branch information
dparker18 and David Parker authored Oct 21, 2021
1 parent 835f37e commit 3959268
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 3959268

Please sign in to comment.