That's a mouthful, but this kind of meta-shit it nice when it works.
So suppose we have a remote proxy pRemote, and a local proxy pLocal. pLocal has a method that accepts a proxy object void foo(const Pothos::Proxy &); We want to pass pRemote into PLocal without screwing anything up. Currently, this does not work, some kind of conversion may be trying to take place. Investigate...
Also consider when pLocal isn’t local, we we establish a new proxy handle in an arbitrary environment for this same object?
That's a mouthful, but this kind of meta-shit it nice when it works.
So suppose we have a remote proxy pRemote, and a local proxy pLocal. pLocal has a method that accepts a proxy object void foo(const Pothos::Proxy &); We want to pass pRemote into PLocal without screwing anything up. Currently, this does not work, some kind of conversion may be trying to take place. Investigate...