Eugene Kabanov
Eugene Kabanov
> the way to do this would be to introduce a pre/post callback which gets enabled by a `config` parameter a bit like future tracking - in that pre/post, you...
Your source is a bit incomplete, imho. I have tested this one ```nim import chronos import chronos/apps/http/httpclient proc getipv4*(): string = var session = HttpSessionRef.new() # let address = initTAddress("api.ipify.org:443")...
This is not some parsing error, `chronos` do not have support for PKCS#1 PEM format.
Its not that simple, when you put `BEGIN PRIVATE KEY` it means that binary representation could have RSA or EC-NIST private key inside. It is part of PKCS#8 standard and...
Also there is such usage as `BEGIN EC PRIVATE KEY`...
Could you please add more explanation to this topic?
Closing IOCP port or EPOLL/KQUEUE file descriptor do not closes all the files/sockets/pipes which was registered with it. So with this PR the only resource you are cleaning is IOCP...
Of course, but i think the main idea of calling `poll()` in loop is to allow thread to get into state when there is no more unreleased resources except `IOCP`...
why do you need to reset? I'm not sure i understand why you need to perform unregister/register sequence, if you can just continue working/handling events. Because your procedure does not...
Sorry for long response, but yeah now i can say argon2 will be supported https://github.com/cheatfate/nimcrypto/pull/74