mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-02-23 23:13:14 +00:00
Fix testserver.nim according to latest API changes.
This commit is contained in:
parent
14124cf188
commit
3eb4a00397
@ -10,7 +10,7 @@ import strutils, unittest
|
||||
import ../asyncdispatch2
|
||||
|
||||
proc serveStreamClient(server: StreamServer,
|
||||
transp: StreamTransport, udata: pointer) {.async.} =
|
||||
transp: StreamTransport) {.async.} =
|
||||
discard
|
||||
|
||||
proc serveDatagramClient(transp: DatagramTransport,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user