RES

Results 20 issues of RES

Change from version 5 to 6 has broke something in configuration of redis sentinel

enhancement

## What do these changes do? ## Are there changes in behavior for the user? ## Related issue number ## Checklist - [ ] I think the code is well...

Currently ThreadPoolExecutor is in use. It would be nice to have an option to use AnyIO. Why: - If a project is using AnyIO, janus uses ThreadPoolExecutor and there are...

Hi, the idea is to perform some heavy calculation in thread and send results directly through WS connection back to client. Note, connection close is handled - so ws connection...

hi all, question about `runWorkerTaskH`, since I have a CPU intensive task and need to execute it in thread. In the example bellow, for each WS connection a new worker...

OpenAPI 3 integration will be very very very useful.

Websocket example will be very usefull also (in addition to normal routes). Example: * GET `/health` * WS `/ws1` * WS `/ws2`

I am looking for minimal example: - dispatch cpu work function on a thread pool - how to increase asio threads (cobalt is single threaded, but in plain asio additional...

are there any plans to use asio? what is the current ASYNC implementation in oatpp? thanks

hi all, I am trying to use `make_parallel_group` to execute tasks in parallel and await for results. Code ```cpp #include #include #include #include #include boost::asio::awaitable fetch_name(int id) { std::cout