2
0
mirror of https://github.com/boostorg/redis.git synced 2026-02-21 15:22:14 +00:00

Improvements in example and error handling.

This commit is contained in:
Marcelo Zimbres
2021-02-07 09:52:03 +01:00
parent 63712da04a
commit 7cffa9a072
17 changed files with 207 additions and 100 deletions

View File

@@ -40,7 +40,7 @@ public:
void on_hello(myevents ev, resp::response_array::data_type& v) noexcept override
{
resp::print(v);
print(v);
conn_->send(fill);
}
};