Evgeny Safronov

Results 44 comments of Evgeny Safronov

> Also I realised that there's another common use case for such configure method - configuration reload on SIGHUP. Yep, currently we do this with `operator=(&&)`, seems like with possible...

This will probably require filters.

Hmm, [seems](https://github.com/google/googletest/blob/master/googletest/docs/FAQ.md#why-is-it-not-recommended-to-install-a-pre-compiled-copy-of-google-test-for-example-into-usrlocal) it's discouraged.

Without the atomic guarantee, it can be a situation when you stop the task and there isn't possible to start it again with updated resources. So the only way to...

AFAIK @oopcode has a research over it with reasonable and positive results. You don't need to explain the rationale behind this issue - it's quite obvious. Will increase the priority,...

Hi! Could you provide more info? What OS, sonm version? Console log, etc.

Seems like neither connection failed error occurred nor something else, but it still failed. Can you do `iperf -c 138.68.91.1 --tradeoff --format k --reportstyle C --time 15s` and paste here...

I suspect you're using pre-release worker version, because of this: ``` destination ID must have exactly 20 bytes format ``` Please paste `$ sonmworker --version` here.

Ohh, to be honest, I no longer use QtCreator since 2.8, so I don't know what's going on now on latest versions :( Need help from other people who actually...