Open SEAPUNK opened 8 years ago
It might be better to have the entire protocol be sent as binary data, and be sent w/ MessagePack. This way, you can send binary data as objects without any problem whatsoever.
Hell yeah, we're using MessagePack. Investigate creating a message validator/shaper.
It might be better to have the entire protocol be sent as binary data, and be sent w/ MessagePack. This way, you can send binary data as objects without any problem whatsoever.