feat: Live-update IO stats (#225)

This commit is contained in:
Maciej Hirsz
2020-01-30 15:39:46 +01:00
committed by GitHub
parent 19f57d71be
commit 0a6cd08747
3 changed files with 24 additions and 3 deletions
+2 -1
View File
@@ -187,7 +187,8 @@ export type Message =
| Variants.AfgReceivedPrecommit
| Variants.AfgAuthoritySet
| Variants.StaleNodeMessage
| Variants.PongMessage;
| Variants.PongMessage
| Variants.NodeIOMessage;
/**
* Data type to be sent to the feed. Passing through strings means we can only serialize once,