mirror of https://github.com/vacp2p/nim-libp2p.git
end multiplex read loop on exception
This commit is contained in:
parent
cc2072d290
commit
68eb142a7c
|
@ -143,6 +143,7 @@ proc handle*(m: MultisteamSelect, conn: Connection) {.async, gcsafe.} =
|
||||||
return
|
return
|
||||||
except Exception as exc:
|
except Exception as exc:
|
||||||
warn "exception while handling ", msg = exc.msg
|
warn "exception while handling ", msg = exc.msg
|
||||||
|
return
|
||||||
warn "no handlers for ", protocol = ms
|
warn "no handlers for ", protocol = ms
|
||||||
await conn.write(m.na)
|
await conn.write(m.na)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue