ignoxx / SocketIO-GMS2-Extension

Socket.io extension for GameMaker: Studio 2 (HTML5)
https://ignoxx.dev/socketio
MIT License
44 stars 16 forks source link

You have to use JSON.stringify() on emit events server-side otherwise GameMaker will not be able to parse your data #3

Closed MelerEcckmanLawler closed 5 years ago

ignoxx commented 5 years ago

As you can see inside the example project, the server is doing just like you described, but the documentation seems to be missing this information.

Thank you for creating this issue! If you like, you can fix this issue by adding the missing information to the README ;)