reasonml-community / bs-socket.io

Bindings to socket.io
MIT License
50 stars 13 forks source link

Serialization #17

Open Kakadu opened 3 years ago

Kakadu commented 3 years ago

If we uncomment interesting line in the server demo we will get an error Cannot serialize unidentified object [[object Object]]. The question is where should we add serialization/deserialization of user messages? Does the server API has special Socket.emiy function that take serialization function too? I'm not sure what do you expect from users....