revert asyncSpawn change

This commit is contained in:
Diego 2024-02-29 17:10:21 +01:00
parent 242f516b5b
commit 9c1d879a52
No known key found for this signature in database
GPG Key ID: C9DAC9BF68D1F806
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ proc reset*(s: LPChannel) {.async.} =
await s.conn.close()
trace "Can't send reset message", s, conn = s.conn, msg = exc.msg
await resetMessage()
asyncSpawn resetMessage()
await s.closeImpl() # noraises, nocancels
if not s.closing.finished: