You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/bin/src/systems/keep_alive_system.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ impl System for KeepAliveSystem {
87
87
error!("Error sending keep alive packet: {}", e);
88
88
};
89
89
// TODO, this should be configurable as some people may have bad network so the clients may end up disconnecting from the server moments before the keep alive is sent
0 commit comments