[Fix] Omega connection revieves itselfe when breaking

This commit is contained in:
Alex-Emmet 2026-02-06 19:42:33 +01:00
commit f24b116753

View file

@ -323,7 +323,7 @@ impl OmegaConnection {
} }
} }
#[allow(non_snake_case)] #[allow(non_snake_case)]
Some(Ok(Message::Close(_))) | None => continue, Some(Ok(Message::Close(_))) | None => break,
Some(Err(_)) => break, Some(Err(_)) => break,
_ => {} _ => {}
} }