[Fix] Omega connection revieves itselfe when breaking
This commit is contained in:
parent
a7cc3cc290
commit
f24b116753
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
_ => {}
|
_ => {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue