Rakesh Vidyadharan
Rakesh Vidyadharan
That would be great. Will look forward to having this available.
Have the same issue on Catalina. `std::reinterpret_pointer_cast` is a C++20 feature and missing on Apple clang. ``` no template named 'reinterpret_pointer_cast' in namespace 'std'; did you mean 'boost::reinterpret_pointer_cast'? ```
No, there are additional tags such as `method`, `resource`, `ipaddress`, `status` and `mimeType`. Sorry, an OS update wiped out the old logs. I was able to trace the issue back...
Certainly was a tag value that was causing the crash. I fixed it by sanitising input. Would have been better if Akumuli rejected the metric instead of crashing and getting...
Update to 1.2.x of AWS SDK
@testillano were you able to get the above approach to work? I have some issues with handling input data (post, put etc). I believe it is a timing issue with...
We plan to migrate quite a few of our services and processes that are currently ASIO based to Photon. Having a pre-built library helps us reduce build times, especially with...
> It's wonderful if you are interested in writing a web socket binding / implementation for Photon. We are also planning support for HTTP/2 and /3. Sorry for the off...
> HTTP/2 and /3 can be achieved via the libcurl binding. > > @Coldwings have you tried this? Oh, you were talking about HTTP client support, not server. I asked...
I am trying out this project, and I am getting a similar error. Same code works with the prometheus push gateway. ``` Could not push metrics to push gateway. unexpected...