-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
When the event data contains ", " the parse fails. Because is looking for ", " to split it and get eventName and evenData.
If I set on Socket.cs in line 322
pkt.body = "["gameFinished",{"message":"Good job!, play in the new tournament"}]";
Will cause Warning message: gameFinished",{"message":"Good job event doesn't have a handler, because is taking gameFinished",{"message":"Good job as the eventName
Most robust way to separate even name and data should be implemented.
Metadata
Metadata
Assignees
Labels
No labels