hatchet-dev / hatchet-python

Hatchet Python SDK for Interacting with the Hatchet Engine
16 stars 9 forks source link

fix: remove listener ref when cleaning up subscriptions #99

Closed abelanger5 closed 1 month ago

abelanger5 commented 1 month ago

In the workflow run listener, not cleaning up self.listener was causing an issue where .result() on a child workflow called a second time would hang forever.