mirror of
https://github.com/codex-storage/nim-websock.git
synced 2025-02-02 05:44:53 +00:00
Fix chronos warning
This commit is contained in:
parent
6f3d5cdb2d
commit
f4e5e6f766
@ -69,7 +69,7 @@ proc createServer*(
|
||||
except TransportOsError as exc:
|
||||
error "Transport error", exc = exc.msg
|
||||
|
||||
asyncCheck accepts()
|
||||
asyncSpawn accepts()
|
||||
else:
|
||||
server.handler = handler
|
||||
server.start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user