forked from auracaster/bumble_mirror
Raise an exception when an L2cap connection fails
This commit is contained in:
@@ -2078,7 +2078,8 @@ class ChannelManager:
|
||||
# Connect
|
||||
try:
|
||||
await channel.connect()
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
del connection_channels[source_cid]
|
||||
raise e
|
||||
|
||||
return channel
|
||||
|
||||
Reference in New Issue
Block a user