Marat Abrarov

Results 22 comments of Marat Abrarov

Sorry for off-topic, but I have a concern against extending template functions. Ideally we need support of custom template functions loaded from user-provided files like [j2cli](https://github.com/kolypto/j2cli#reference) supports (refer to `--filters`...

I do not face this issue on Windows Server 2019 1809 with Docker 19.03: ``` PS C:\Users\Administrator> [System.Environment]::OSVersion.Version Major Minor Build Revision ----- ----- ----- -------- 10 0 17763 0...

Could you please take a look at https://github.com/mabrarov/asio_samples/blob/master/libs/ma_handler_storage/include/ma/handler_storage.hpp (https://github.com/mabrarov/asio_samples/blob/master/tests/ma_handler_storage_test/src/handler_storage_test.cpp) - if it does the same as you mentioned? I understand, that it’s pre-Network / Executors TS, i.e. doesn’t deal with...

Here is that discussion (idea is close to this topic, but described from another point of view / use cases): https://github.com/chriskohlhoff/asio/issues/891

Hi @chriskohlhoff and @ecorm, First of all I want to thank you for idea and implementation of this feature. I'd like to notice (and get your feedback) one issue which...

Hi @Mario-Klebsch, What happens if you perform `shutdown(boost::asio::ip::tcp::socket::shutdown_send...)` in the client after receiving response? While I agree with your approach, usually TCP connection is closed after response is received and...

Hi @Mario-Klebsch, I've created https://github.com/mabrarov/asio-964 to reproduce the issue. I also found https://stackoverflow.com/questions/13466639/why-is-socket-receive-timing-out-on-a-half-closed-connection-when-timeout-is-set which seems to be related to this issue (which is not related to Asio).

Hi @Mario-Klebsch > > What happens if you perform shutdown(boost::asio::ip::tcp::socket::shutdown_send...) in the client after receiving response? > > It doesn't change anything, if I shutdown the sender after receiving the...

So does it mean that if I use: ``` spy = no ``` then I do not need to modify `JBOSS_MODULES_SYSTEM_PKGS`?

@jitlogic > Note that lots of built in metrics (ZorkaStats/HTTP, ZorkaStats/SQL etc.) will stop working as they depend on instrumentation. I understand but I need Zorka to play just as...