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.

Reply via email to