[Add] Notification handling
This commit is contained in:
parent
7f7b8a5cdd
commit
66c099f5ff
4 changed files with 10 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ impl OmegaConnection {
|
|||
}
|
||||
|
||||
loop {
|
||||
if retry > 5 {
|
||||
if retry > 500 {
|
||||
log_err!(
|
||||
0,
|
||||
PrintType::Omega,
|
||||
|
|
|
|||
Loading…
Reference in a new issue