kliment / Printrun

Pronterface, Pronsole, and Printcore - Pure Python 3d printing host software
GNU General Public License v3.0
2.36k stars 995 forks source link

Multiple Pronterface instances and multiple RPC Servers #1290

Open XPOL555 opened 1 year ago

XPOL555 commented 1 year ago

As described here: https://github.com/kliment/Printrun/blob/master/printrun/rpc.py#L43 pronterface will expose a local RPC server starting from port 7978 to 7978+(N-1) where N is the number of running instances.

When i run 2 pronterface instances i see an rpc server on localhost:7978 but no rpc server on localhost:7979