You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Closing a channel involves calling channel.Settle and channel.Close. It is easy to mix up the two, or forget to call one of them, and I don't see a case where I want to do one without the other.
Suggestion: Always close when settling.
Important: Closing a channel deletes it from the registry. We need to be careful not to delete virtual channels before all parent channels are closed.
The text was updated successfully, but these errors were encountered:
Related to #83 (comment)_
Problem: Closing a channel involves calling
channel.Settle
andchannel.Close
. It is easy to mix up the two, or forget to call one of them, and I don't see a case where I want to do one without the other.Suggestion: Always close when settling.
Important: Closing a channel deletes it from the registry. We need to be careful not to delete virtual channels before all parent channels are closed.
The text was updated successfully, but these errors were encountered: