I get a strange behavior.
The server (b4j) runs some routines on the client (device) in the right way.
For example:
B4X:
ws.RunFunction("RaisedByServer_NewNickOK", ArrayAsObject(Nick))
ws.Flush
In the case in which the routine is not present in the client code, I rightly get an error.
Only in...