drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows

Results 410 drogon issues
Sort by recently updated
recently updated
newest added

Tested on illumos distribution OmniOS Community Edition. Not sure if we care about this (I don't use Solaris in production), but I wanted to learn more about portability so I...

If I call stop on another thread, It will be core dump,because `onRecvMessage `will use `websockConnPtr_` ``` void WebSocketClientImpl::stop() { stop_ = true; if (websockConnPtr_) { websockConnPtr_->shutdown(); websockConnPtr_.reset(); } tcpClientPtr_.reset();...

enhancement

Hi, I am using Drogon to build a RESTful service which receives requests from clients to transcode the video files. The server needs to stream the new video frames back...

**Host Environment** - OS: Windows 11 - Compiler: Visual Studio 2022 **To Reproduce** Steps to reproduce the behavior: ``` Creating visual studio project, going to directory, then: git clone https://github.com/an-tao/drogon...