Restart tests commit.

This commit is contained in:
cheatfate 2018-06-07 21:42:24 +03:00
parent 965b3df3e7
commit 5548973168

View File

@ -92,7 +92,6 @@ proc sendJsonError*(state: RpcJsonError, client: StreamTransport, id: JsonNode,
await client.sendError(errMsgs[0], errMsgs[1], id, data)
# Server message processing
proc processMessage(server: RpcServer, client: StreamTransport,
line: string) {.async.} =
var