Fix chan manager close remove_channel call

one_ring_to_rule_them_all
Guillermo Rodriguez 2025-04-13 14:02:41 -03:00
parent d60a49a853
commit 9b16eeed2f
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class ChannelManager(Generic[ChannelType]):
if info.channel.closed: if info.channel.closed:
continue continue
await self.remove_channel(info.name) await self.remove_channel(info.token.shm_name)
self._is_closed = True self._is_closed = True