-
win10.
1. drogon_ctl create project your_project_name
2. cd build&&cmake .. &&make
`make: *** No targets specified and no makefile found. Stop.`
```
D:\drogon\your_project_name\build>cmak…
-
**Describe the bug**
For each new websocket connection drogon allocates memory (~1 kB / connection). And it seems that this memory is never freed. I have updated the examples/WebSocketClient.cc to re…
-
**objective**
try to learn drogon in virtual environment (not virtual machine or not docker)
**question**
is drogon capable to installed and run on conda ?
if not, is there any virtual environme…
-
**Describe the bug**
I'm using the WebSocket interface and hit a use case where we are sending data repeatedly and during this process the remote side this ultimately results in a crash inside Tranto…
-
in linux using :
```
vagrant@vagrant:~/cpp/test_web/build$ g++ --version
g++ (Ubuntu 10.3.0-1ubuntu1~18.04~1) 10.3.0
Copyright (C) 2020 Free Software Foundation, Inc.
OS :
vagrant@vagrant:~/…
meiry updated
6 months ago
-
[Fortunes Requirements ](https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#fortunes)
It's obvious that want to test server-side templates, XSS count…
-
I just pulled latest drogon and cmake refuses to build my code.
**To Reproduce**
Steps to reproduce the behavior:
1. Clone latest drogon
2. Compile and install
3. Create a new simple drogon pro…
-
**Describe the bug**
Terminate experiment does not do anything when jobs are pending.
**To reproduce**
Steps to reproduce the behaviour:
1. Login to an onprem or Azure node.
2. Run ERT in gui m…
-
我 drogon_ctl create project test-drogon 创建了一个新项目 报以下异常 是因为新的版本 drogon 必须绑定 mimalloc 吗
ld: library not found for -lmimalloc-static
collect2: error: ld returned 1 exit status
ninja: build stopp…
-
我使用的是fedora39软件包 mysql-community-devel-8.0.36-10.fc39.x86_64 已安装。但是使用find_package(MySQL REQUIRED)报错Cannot find MySQL.所在位置为/usr/local/lib64/cmake/Drogon/FindMySQL.cmake:120然后我去这个文件里面更改在find_library(MYS…