This commit is contained in:
Dmitriy Ryajov 2020-05-26 17:11:44 -06:00
parent a4277cf39a
commit 293b7da295
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ method handleConn*(p: PubSub,
peer.handler = handler
await peer.handle(conn) # spawn peer read loop
trace "pubsub peer handler ended, cleaning up"
await p.internalClenaup(conn)
await p.internalCleanup(conn)
except CatchableError as exc:
trace "exception ocurred in pubsub handle", exc = exc.msg