mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fixes telemetry server bug references #121
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
typedef boost::shared_ptr<type> ptr;
|
||||
|
||||
telemetry_server_handler() : m_done(false),m_value(0) {
|
||||
boost::function<void(const std::string&)> callback = boost::bind(&type::on_tick,this,_1);
|
||||
boost::function<bool(const std::string&)> callback = boost::bind(&type::on_tick,this,_1);
|
||||
|
||||
// start a thread that will generate telemetry independently and call
|
||||
// this handler back when it has new data to send.
|
||||
|
||||
Reference in New Issue
Block a user