Hi, I asked this at github: https://github.com/tomerfiliba/rpyc/issues/102#issuecomment-11293242
I'll try to formulate it differently here: I have example application with Python support and built in Python interpreter. As rpyc is pure Python I can easily add it to any such application as a module and load it from within that application. Now, I want to start simple server in this application and control it from different interpreter on same PC. I used classic server from withing application and while it works as expected it blocks application GUI. Tomer suggested I try BgServingThread, which I tried in a way I understood it should be set (explained in github issue) but can't make it work. Does anyone know how to approach this problem? That is start server in GUI application that has Python interpreter and control that application from different interpreter on same PC. Thanks
