Include unhandled message count in stats

pull/26/head
Mark Qvist 2025-01-23 16:27:23 +01:00
parent e3be7e0cfd
commit a198e96064
1 changed files with 1 additions and 0 deletions

View File

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