We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
GrpcStreamBroadcaster
1 parent 2445ff8 commit 1d9c6c2Copy full SHA for 1d9c6c2
1 file changed
src/frequenz/client/base/streaming.py
@@ -88,6 +88,7 @@ def is_running(self) -> bool:
88
89
async def stop(self) -> None:
90
"""Stop the streaming helper."""
91
+ _logger.info("%s: stopping the stream", self._stream_name)
92
if self._task.done():
93
return
94
self._task.cancel()
0 commit comments