trantor icon indicating copy to clipboard operation
trantor copied to clipboard

a non-blocking I/O tcp network lib based on c++14/17

Results 57 trantor issues
Sort by recently updated
recently updated
newest added

Added option FETCH_BUILD_MISSING_DEPS to fetch and build dependencies in cmake. - With FETCH_BUILD_MISSING_DEPS ON, botan3 is supported for ubuntu and rockylinux and windows. - With this options on, users don't...

A backend running on Drogon for 19 hours started not responding to any requests, checking the console logs I can see this: ```sh 20240827 13:14:10.048660 UTC 93159 FATAL Too many...

Hi, I've been trying to cross-compile drogon from x64 to arm on Linux and I am bumping into a cmake issue, I have written down the description and provided the...

The call to the `trantor::Logger::setOutputFunction` is not thread safe: https://github.com/an-tao/trantor/blob/8bf280ba043eb77c3eb02121065e0891a9a4f431/trantor/utils/Logger.h#L124-L139 2 threads can simultaneously set the values, or at least 1 simulaneous reader can read the value during the change...