CppServer icon indicating copy to clipboard operation
CppServer copied to clipboard

Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

Results 59 CppServer issues
Sort by recently updated
recently updated
newest added

The System identification is Darwin 22.3.0 Platform/Darwin -- The System identification is Darwin 22.3.0 Platform/Darwin -- The System identification is Darwin 22.3.0 Platform/Darwin -- OpenSSL version: 1.1.1t /usr/local/opt/[email protected]/include /usr/local/opt/[email protected]/lib/libssl.dylib;/usr/local/opt/[email protected]/lib/libcrypto.dylib --...

First, thank for your great project! And i don‘t know how to contorl transmission speed,like 1200kbps/s or 1mbps/s? Asio::boost__beast__simple_rate_policy/read_limit like it? Can we use it? thanks for your time!

The test script seems to stall out after multicast random on M1 mac. ``` -- The System identification is Darwin 22.2.0 Platform/Darwin -- Found OpenSSL: /opt/homebrew/opt/openssl@3/lib/libcrypto.dylib (found version "3.0.7") --...

error: macro "bfd_section_vma" requires 2 arguments, but only 1 given bfd_vma vma = bfd_section_vma(section); ^ /home/work/CppServer/modules/CppCommon/source/system/stack_trace.cpp:174:61: error: macro "bfd_section_size" requires 2 arguments, but only 1 given bfd_size_type secsize = bfd_section_size(section);...

conan: ``` [requires] cppserver/1.0.1.0 [generators] CMakeDeps CMakeToolchain ``` CMakeLists: ```cmake cmake_minimum_required(VERSION 3.24) project(udplib LANGUAGES C CXX VERSION 0.0.1 DESCRIPTION "udplib") add_definitions("-std=c++11") find_package(cppserver) add_executable(${PROJECT_NAME} src/main.cc ${HEADERS}) target_link_libraries(${PROJECT_NAME} cppserver::cppserver) ``` error: ```...

I am compiling on macOS (14.4.1) and getting error in encoding.cpp. error: 'codecvt_utf8' is deprecated [-Werror,-Wdeprecated-declarations] std::wstring_convert convert;

When compiling the library and running the tests, I built all 4 variations (3 Release and 1 Debug). All 3 of the Release builds had 100% tests passed. On the...

Hello! First of all, I would like to thank you for your work - your server turned out to be very convenient to use and multifunctional. As for my problem...

cmake version 3.28.3 I've run "cmake -S . -B build". The output was: CMake Error at CMakeLists.txt:24 (include): include could not find requested file: SetCompilerFeatures CMake Error at CMakeLists.txt:25 (include):...