CppServer
                                
                                
                                
                                    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
How can I install CppServer on a system. So it can be used with my own cmake project. I tried using cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr/local .. and when I do make...
Observation, Looking at the code ws.cpp (and other ones). The "size_t" used all over. I guess the assumption is, the compiler will be 32 or 64 environment. ws.h size_t _ws_payload_size{0};...
Hi Ivan, The corresponding macros of binutils changed slightly and CppServer does not build. Flags that changed: from bfd_get_section_flags to bfd_section_flags from bfd_get_section_vma to bfd_section_vma from bfd_get_section_size to bfd_section_size /CppServer/modules/CppCommon/source/system/stack_trace.cpp:162:18:...
While trying to compile on a tiny-but-nice Raspi3, with Ubuntu-server 64bits installed, I get stuck on this compilation: /home/XXXX/CppServer/modules/CppCommon/source/time/timestamp.cpp: In static member function ‘static uint64_t CppCommon::Timestamp::rdts()’: /home/XXXX/CppServer/modules/CppCommon/source/time/timestamp.cpp:218:1: error: no return...
hello cppserver Question.. 1. What is the udp response response time in udpechoserver? Is it possible with 1 ~ 40us? win10 64bit os 4core cpu 1 packet size 40 byte....
After a successful build, the tests are stucks with the following output. nothing happens, the command does not terminated. ``` test 1 Start 1: cppserver-tests 1: Test command: C:\Users\Coco\Documents\projects\CppServer\temp\RelWithDebInfo\cppserver-tests.exe "--durations"...
Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol __imp_CertOpenStore referenced in function capi_open_store cppserver-performance-udp_multicast_server C:\SVN\Code\ThirdParty\DedicatedPortServer\CppServer-master\temp\libcrypto.lib(e_capi.obj) 1 and 437 others I brought down the full project,...
I get this error on Win7. I defined _WIN32_WINNT_WIN=0x0601 but the error is still there. Are you sure your macros is working correctly?  This API is only called in...
Hi, I ran into this when I included cppserver in a custom C++ project, and was specifically including `server/asio/tcp_client.h`. This file is including several files from `CppCommon` some of them...
Thanks