Alrecenk / JSTimelineSync

A quick and dirty prototype for testing generalized rollback networking.
MIT License
5 stars 1 forks source link

Forward aggressive events #15

Closed Alrecenk closed 2 years ago

Alrecenk commented 2 years ago

1) Makes the server forward aggressively sent client events to other clients without waiting for sync.

2) Fixes a timing bug that could cause events created immediately after connection to timeout before being sent when aggressive sending is off.

3) Fixed an internal timeline crash that occurred if a user event attempted to get an object that wasn't defined at the time.