Explicit Reasons of Session Fallback Cleanup + ME Close

This commit is contained in:
Alexey
2026-05-10 13:50:36 +03:00
parent 090b2ca636
commit 6cb72b3b6c
6 changed files with 44 additions and 13 deletions

View File

@@ -494,7 +494,7 @@ pub(crate) fn spawn_tcp_accept_loops(
let me_closed = matches!(
&e,
crate::error::ProxyError::Proxy(msg) if msg == "ME connection lost"
crate::error::ProxyError::MiddleConnectionLost
);
let route_switched = matches!(
&e,