Update dependencies and enhance WebSocket server logging: Add 'chrono' and 'android_system_properties' to Cargo.lock, improve error handling and logging in websocket_server.rs, and streamline character creation notifications in worker modules for better clarity and maintainability.
This commit is contained in:
@@ -12,7 +12,6 @@ mod transport;
|
||||
mod weather;
|
||||
mod events;
|
||||
mod sql;
|
||||
mod notify;
|
||||
|
||||
pub use base::Worker;
|
||||
pub use crate::db::ConnectionPool;
|
||||
@@ -28,5 +27,4 @@ pub use user_character::UserCharacterWorker;
|
||||
pub use transport::TransportWorker;
|
||||
pub use weather::WeatherWorker;
|
||||
pub use events::EventsWorker;
|
||||
pub use notify::{insert_notification, insert_notification_conn, publish_update_status};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user