mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-02-03 00:24:00 +00:00
fix: delete mplex channel
This commit is contained in:
parent
8e46460cf6
commit
1a987a9c5b
@ -112,7 +112,7 @@ method handle*(m: Mplex) {.async, gcsafe.} =
|
||||
msgType = msgType
|
||||
|
||||
await channel.closedByRemote()
|
||||
# m.getChannelList(initiator).del(id)
|
||||
m.getChannelList(initiator).del(id)
|
||||
of MessageType.ResetIn, MessageType.ResetOut:
|
||||
trace "resetting channel", id = id,
|
||||
initiator = initiator,
|
||||
|
Loading…
x
Reference in New Issue
Block a user