mirror of
https://github.com/telemt/telemt.git
synced 2026-06-13 06:21:44 +03:00
Explicit Reasons of Session Fallback Cleanup + ME Close
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user