fix: reconnect on ws failure
This commit is contained in:
parent
84cb4e5e78
commit
27b3658e1d
5 changed files with 430 additions and 3 deletions
|
|
@ -20,6 +20,7 @@ pub mod scene_viewer;
|
|||
pub mod settings;
|
||||
pub mod settings_popup;
|
||||
pub mod tabs;
|
||||
pub mod reconnection_overlay;
|
||||
pub mod ws_client;
|
||||
|
||||
pub use avatar_canvas::*;
|
||||
|
|
@ -38,6 +39,7 @@ pub use layout::*;
|
|||
pub use modals::*;
|
||||
pub use notification_history::*;
|
||||
pub use notifications::*;
|
||||
pub use reconnection_overlay::*;
|
||||
pub use scene_viewer::*;
|
||||
pub use settings::*;
|
||||
pub use settings_popup::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue