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…
Reference in New Issue