Skip to content

stop igwn alert client only if it is running; fixes #488

Deep Chatterjee requested to merge deep.chatterjee/gwcelery:fix-488 into main

Could not reproduce issue #488 (closed) on emfollow test. But the issue is caused if the client was not running in the first place. Hence, only attempt to call stream_obj.consumer.stop() if the listener was running.

Merge request reports