NTaylorMullen / ShootR

Multiplayer space ship game built on the SignalR framework.
MIT License
387 stars 199 forks source link

Only send Deltas down to client to further improve latency. #26

Closed NTaylorMullen closed 12 years ago

NTaylorMullen commented 12 years ago

By only sending down new ship's and bullets on "state" changes it will reduce the # of payloads drastically.

NTaylorMullen commented 12 years ago

After more research, going to temporarily only have Bullets abide by this logic. Having ships send deltas doesn't end up working well.