mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 22:41:01 +00:00
Use startup_time from system.connected (#300)
* Handle startup time * Remove dead code * Bump protocol version + FE changes
This commit is contained in:
@@ -161,7 +161,6 @@ impl StreamHandler<Result<ws::Message, ws::ProtocolError>> for NodeConnector {
|
||||
|
||||
match serde_json::from_slice(&data) {
|
||||
Ok(msg) => {
|
||||
// info!("New node message: {}", std::str::from_utf8(&data).unwrap_or_else(|_| "INVALID UTF8"));
|
||||
self.handle_message(msg, data, ctx)
|
||||
},
|
||||
#[cfg(debug)]
|
||||
|
||||
Reference in New Issue
Block a user