Include unhandled message count in stats

This commit is contained in:
Mark Qvist 2025-01-23 16:27:23 +01:00
parent e3be7e0cfd
commit a198e96064

View File

@ -709,6 +709,7 @@ class LXMRouter:
"offered": peer.offered,
"outgoing": peer.outgoing,
"incoming": peer.incoming,
"unhandled": peer.unhandled_message_count
},
}