fixes login locking up after refresh

This commit is contained in:
Aiden McClelland
2022-04-11 19:45:25 -06:00
committed by Aiden McClelland
parent 0d96007c2f
commit 50f14fe040
3 changed files with 25 additions and 7 deletions

View File

@@ -148,6 +148,10 @@ async fn deal_with_messages(
}
return Ok(())
}
None => {
tracing::info!("Closing WebSocket: Stream Finished");
return Ok(())
}
_ => (),
}
}