Tobias Dély

Results 3 issues of Tobias Dély

I'm using `execSSHCmd` to send many commands every 30 seconds to two different hosts, occasionally I get the following crash: ``` Traceback (most recent call last) /home/user/app/src/apppkg/workers/temp.nim(325) tempProc /usr/local/lib/nim/pure/asyncdispatch.nim(1935) waitFor...

SslContext from net.newContext() leaks memory when destroyed. ### Example ```nim import std/net proc main() = for i in 1 .. 4: let ctx = newContext() main() ``` ### Current Output...

Severe
Standard Library