> Do you use multi-threading in this codebase?

true

> If so, how do you share memory / make the threads communicate?

Channels, arguments and return variables this time/

> What other libraries do you use?

wNim

> Can you share the code?

Whole project was linked in first post.

> Can you run it with -d:useSysAssert -d:useGcAssert? Yup.
> 
> What are the errors then?

No error, exe just fails.

P.S. Already patched whole issue over, actually. Leaked exceptions - with my 
own try-encased allwait hybrid proc, severe socket leaking from asyncHttpClient 
- by making all request in separate, constantly dying and reborn thread.

Reply via email to