Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: close stream for lease when lease expires (#2265)
fixes #2215 When a module lease has an error (example ctx canceled due to the verb call ending), it used to leave the stream with the controller open forever. This change closes that stream.
- Loading branch information