P.R.
P.R.
This issue appear on me on vscode and gdb, either use timemachine or not. Currently I also can't debug in code editor. I still had no more informations about this....
try to remove your drogon clone first. assuming you're on `$HOME` ```bash sudo rm -rf drogon ``` ___ then, ```bash git clone https://github.com/drogonframework/drogon cd drogon git submodule update --init mkdir...
> > > try to remove your drogon clone first. > > assuming you're on `$HOME` > > ```shell > sudo rm -rf drogon > ``` > > then, >...
I just tested, Ubuntu 18.04 also unable to build with `sudo cmake -DCMAKE_BUILD_TYPE=Release ..` But Debian 10 (buster) & Ubuntu 20.04 (focal) are able to build with `Release` type. ___...
Do you mean you want to create webserver with drogonframework while able to listen another service in the background? --- Because I'm not sure with what you describe, seems/sounds complicated...
> Hi David, Try [this demo project](https://github.com/ParticleG/EmailTest) It includes vcpkg as a submodule with an automatically package installing mechanic. Just try CMake it, and you will get the following not...
drogon framework is more like http framework *arsenal* in my mind, dev user can leverage their existence knowledge to do what their want from drogon framework. back when example of...
I had related closed issue with this, [[HttpAppFramework / HttpClientPtr ] can't change/set (ssl key, cert, & configuration) after/on plugin](https://github.com/drogonframework/drogon/issues/2047) since currently drogon can't change/set included key, cert, & conf...
try run `./vcpkg.exe install drogon[ctl,mysql,orm,postgres,sqlite3]:x64=windows` run `.\vcpkg.exe list drogon` will give you drogon vcpkg available list 