Multiple connections to XML-RPC daemon server

Hi Forum,

I’d like to open connections to my python daemon using the rpc_factory in two places: Once in an installation node contribution, and again in a toolbar contribution. I’ve gone ahead and written my code, but nothing happens when I press 'Start’ in Polyscope, so I can only assume my secondary client script being sent from the toolbar is being discarded. Now I’m wondering if it’s because I’m trying to connect to the Daemon again when the installation already is.

Can anyone clear this up?

Thanks