SMU-SIS / reacolo

MIT License
0 stars 0 forks source link

Smaller message format #17

Closed QuentinRoy closed 6 years ago

QuentinRoy commented 7 years ago

Currently, each messages between the model sync and the server must have the form { type, data }. One solution to save a bit of their size would be instead to write them as [type, data].

Additionally, type could be made and int.