2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-09 23:32:35 +00:00

More changes in the architecture.

This commit is contained in:
Marcelo Zimbres
2021-02-06 16:27:10 +01:00
parent 4ffeda5e3e
commit 2aa3ef1be3
9 changed files with 274 additions and 335 deletions

View File

@@ -41,7 +41,7 @@ net::awaitable<void> example()
switch (req.events.front().second) {
case myevents::interesting1:
{
resp::response_list<int> res;
resp::response_basic_array<int> res;
co_await resp::async_read(socket, buffer, res);
resp::print(res.result, "Interesting1");
} break;