Open
Description
I created a subscriber that when triggered executes a callback that inside performs a send request
The send request stuck into an infinite wait.
Any suggestion?
sub.psubscribe("Configurations.Requests.*", [this](const std::string& chan, const std::string& msg) {
client.send({ "JSON.GET", "config" }, [this](cpp_redis::reply& reply) {
_logger->info("{}", reply.as_string());
});
}).commit();
Metadata
Assignees
Labels
No labels