rbxts-flamework / core

Flamework is an extensible game framework. It requires typescript and offers many useful features.
MIT License
101 stars 8 forks source link

Network batching #83

Closed Fireboltofdeath closed 1 year ago

Fireboltofdeath commented 1 year ago

Batch network requests per event.

It's also likely worth looking into running all events under a single remote (optionally)

jackTabsCode commented 1 year ago

I would imagine this would need to be configurable on a per-event basis.

Fireboltofdeath commented 1 year ago

I think I've decided against this for the time being as it can affect event ordering.