Ape.getPipe(pubid1).sendRaw("game_started",
{"match_id":mc,"startup_conditions":startup_conditions});
The problem I face now is that with the above syntax, the APE server
sends the following:
[{"time":"1287764145","raw":"game_started","data":{"match_id":
2,"startup_conditions":"{playable_tokens:[[11,10,2],[6,11,8]]}"}}]
Obvioulsy, as you can see, it adds double quotes before after the
{playable_tokens item.
Can the APE only send string ?
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/