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