enthus1ast / nimSocks

A filtering SOCKS proxy server and client library written in nim.
MIT License
61 stars 5 forks source link

compile errors #2

Closed dvska closed 5 years ago

dvska commented 5 years ago

Nim Compiler Version 0.20.2 [MacOSX: amd64]

nim compile --run server.nim Hint: used config file '/usr/local/Cellar/nim/0.20.2/nim/config/nim.cfg' [Conf] ... /nim/nimSocks/nimSocks/server.nim(144, 77) template/generic instantiation of async from here /nim/nimSocks/nimSocks/server.nim(211, 5) Error: invalid else, all cases are already covered

Help the nim novice, please