lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
662 stars 67 forks source link

disconnect_on_exit doesn't work in BevyRenet #158

Open jutn-dev opened 5 months ago

jutn-dev commented 5 months ago

disconnect_on_exit doesn't work properly in BevyRenet. The system ran too early. The AppExit event isn't sent in time. This fixes the issue, so that the system runs after the AppExit event is sent.