v1.8.0
Summary
This release brings an option to reduce bandwidth by sending input data only to the server - thanks to @nicobatty for the catch! The legacy behavior is still available through a flag on RollbackSynchronizer
.
Make sure to disable enable_input_broadcast
on your RollbackSynchronizer
nodes for this to take effect!
What's Changed
- feat: Add option to avoid broadcasting inputs by @nicobatty in #230
New Contributors
- @nicobatty made their first contribution in #230
Full Changelog: v1.7.0...v1.8.0