mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add detection for disconnections in mplex
This commit is contained in:
@ -5,11 +5,7 @@ class MuxedConnError(BaseLibp2pError):
|
||||
pass
|
||||
|
||||
|
||||
class MuxedConnShuttingDown(MuxedConnError):
|
||||
pass
|
||||
|
||||
|
||||
class MuxedConnClosed(MuxedConnError):
|
||||
class MuxedConnUnavailable(MuxedConnError):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user