Well you have a logical memory leak in your code, you keep adding things to you sequence, `clients.add client`. If async is faster, it fills up your sequence faster. In a memory constrained environment, don't have logical leaks.
- Memory usage skyrocketed with nim 0.18.0 (in my async tcp servic... aguspiza2
- Re: Memory usage skyrocketed with nim 0.18.0 (in my async t... Araq
- Re: Memory usage skyrocketed with nim 0.18.0 (in my asy... jcosborn
