Can the proxies created from XFireProxyFactory.create() be used as singletons?
I noticed that AbstractTransport appears to create a Map of channels (if no endPointUri is provided) which don't seem to ever get disposed if the Proxy is never released. Is this a possible memory leak or am I just not supposed to use Proxies as singletons themselves? Mike
