Servers send an empty payload every tick. Investigate why this happens and fix it if possible. Workaround: reduce your server's tick rate. In a Bevy app you can use `bevy::app::ScheduleRunnerPlugin::run_loop`.
Servers send an empty payload every tick. Investigate why this happens and fix it if possible.
Workaround: reduce your server's tick rate. In a Bevy app you can use
bevy::app::ScheduleRunnerPlugin::run_loop.