mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fixes login locking up after refresh
This commit is contained in:
committed by
Aiden McClelland
parent
0d96007c2f
commit
50f14fe040
@@ -148,6 +148,10 @@ async fn deal_with_messages(
|
||||
}
|
||||
return Ok(())
|
||||
}
|
||||
None => {
|
||||
tracing::info!("Closing WebSocket: Stream Finished");
|
||||
return Ok(())
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user