Optimize event list before sending to client
Closed this issue · 0 comments
Hypersonic commented
The engine generates a large number of events that become outdated later in the timestep. In order to avoid complication of the engine with concerns about generating optimized messages, there should be an optimizer that the engine calls before serializing the events, which removes and redundant events in order to minimize heavy bandwidth usage.