I think I've figured out that it is obviously not possible to avoid making play ping-pong the client and the server, in the case of my game mutilplayer etc.
I would like to save some "sets" of this pingpong game using RunFunctionWithResult.
Can someone give me an example?
For example:
The server asks for an information to the client (a Name)
Dim futName As Future = ws.RunFunctionWithResult("FromS_ReqName", Array As Object (Msg))
How to create the function on the Android device?
Many thanks
I would like to save some "sets" of this pingpong game using RunFunctionWithResult.
Can someone give me an example?
For example:
The server asks for an information to the client (a Name)
Dim futName As Future = ws.RunFunctionWithResult("FromS_ReqName", Array As Object (Msg))
How to create the function on the Android device?
Many thanks