jm130794

Results 4 issues of jm130794

Hello, I work with your example https://github.com/Stiffstream/restinio/blob/master/dev/sample/websocket/main.cpp I want to send (for example every 30 seconds) ping-pong frames from my websocket server to clients to keep connections open or remove...

Hello, I am asked if it is possible to use amqp-cpp with restinio. As I don't know, I ask the question to the developers of restinio:) Do you think this...

Hello, After installing the latest github version of the tools (cxxtools, tntnet and tntdb), I have problems with my REST application. After a while, tntnet no longer responds to requests....

Hello, In the documentation, this sample doesn't work : ```c++ subprocess::command cmd("touch " + file_path.string()).run(); ``` ```c++ #include #include #include using namespace subprocess::literals; int main() { std::filesystem::path file_path{"/tmp/file.txt"}; // error...