Greetings!
I just started using warp with marmalade. very impressive so far!!
However...
I would like to send some raw bytes to a room. I'm working with the monster sample, I have also downloaded the last version from dropbox mentioned in a recent marmalade post, I think posted only 2 hours ago.
So, I have some bytes, I am sending them with sendUpdate, the header for which states:
/**
* sends a custom update message to room in which the user is currently
* joined. Result of the request is provided in the onSendUpdatePeersDone
* callback of the UpdateListener.
*
* @param update
* @param updateLen
*/
BUT, there is no UpdateListener class, nor is there an onSendUpdatePeersDone callback in the Listener header.
So how does one, in Marmalade, get the bytes sent from a client to a room?
Thanks!
John