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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user