add FIXME
This commit is contained in:
parent
572b443ea0
commit
679541877a
|
@ -122,6 +122,7 @@ proc processClient(client: AsyncSocket,
|
|||
break
|
||||
|
||||
proc serve(port: Port) {.async.} =
|
||||
# FIXME: causes Error: unhandled exception: Too many open files [OSError] after a while
|
||||
var clients = newTable[string, Client]()
|
||||
var server = newAsyncSocket()
|
||||
server.setSockOpt(OptReuseAddr, true)
|
||||
|
|
Loading…
Reference in New Issue