Hi,
I have a completely functional RPC setup using easyXDM v2.4.15, which has been working fine. However, when I try to get a return value from a synchronous RCP method call, the result is undefined. I've gone through the code, and it looks like when no callbacks are passed into an RPC call, the result is passed into an empty callback and never returned (this is in RpcBehavior._executeMethod).
If I use a callback, everything works correctly - but this is not an asynchronous operation. Are synchronous RPC calls with return values supported in the current version? If so, if you point me to the part of the source that handles it, I'll figure the rest out.
Thanks!
Adam