mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-11 21:44:24 +00:00
typo
This commit is contained in:
parent
a4277cf39a
commit
293b7da295
@ -153,7 +153,7 @@ method handleConn*(p: PubSub,
|
|||||||
peer.handler = handler
|
peer.handler = handler
|
||||||
await peer.handle(conn) # spawn peer read loop
|
await peer.handle(conn) # spawn peer read loop
|
||||||
trace "pubsub peer handler ended, cleaning up"
|
trace "pubsub peer handler ended, cleaning up"
|
||||||
await p.internalClenaup(conn)
|
await p.internalCleanup(conn)
|
||||||
except CatchableError as exc:
|
except CatchableError as exc:
|
||||||
trace "exception ocurred in pubsub handle", exc = exc.msg
|
trace "exception ocurred in pubsub handle", exc = exc.msg
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user