fix: delete mplex channel

This commit is contained in:
Dmitriy Ryajov 2020-02-16 11:40:46 -06:00
parent 8e46460cf6
commit 1a987a9c5b
1 changed files with 1 additions and 1 deletions

View File

@ -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,