Aleksandar Fabijanic
Aleksandar Fabijanic
@Ubiquite see #1892 , please try to upgrade to 1.8.1 and se if the error persists
if you need this fixed, please fix and send a pull, we don't have the development or CI environment readily available
HTTPServer is built on TCPServer framework, which uses ThreadPool to handle requests. It seems to me that the logical route would be to (aside from replacing the TCP server foundation...
OK, I looked a bit deeper into this, threaded server is a pain many people complain about. Streams do not seem to be such a big problem - since they...
https://github.com/pocoproject/poco-dnssd/pull/6
> @aleks-f Pls review if you have a changce. I [did review](https://github.com/pocoproject/poco/pull/3758/files#diff-579de81f02f258bbc25f9cd2945e7bf78660cc2ebfe6e510ae6d77a262a72061R48), but I do not se anything done about it
@OneTop4458 that's quite an old g++ version on a not-so-common platform; I'm afraid you'll have to find the magic incantation yourself and send a fix PR
Try defining `__STDC_LIMIT_MACROS` before this include: https://github.com/pocoproject/poco/blob/49f6def959f33a46a5bc87ccd80129fdad0b74eb/Foundation/src/NumberFormatter.cpp#L27
I am using 1.12 reactor heavily and it works fine, regardless of whether there is traffic or not. Timeout is a tricky thing for performance - when you have data,...
What you're seeing is likely because you don't have the fix for #3708 https://github.com/pocoproject/poco/commit/578efadef1e152ba6a1a2d59b149817875f3801d#diff-d9df88d5edc946e44aafe09a4df4524d3fde3761c3f9caa9e893c81b12ad708bR211