I’m currently trying to run nDisplay on a single pc with two displays in order to render a 360 view of the scene. I had to add nDisplay’s plugin to my existing project and it went fine but when connecting Switchboard to its listener this is what im getting:
Blockquote
LogSwitchboard: Display: Incoming connection via 172.26.27.18:53889
LogSwitchboard: Display: Received send file to client command
LogSwitchboard: Warning: Client 172.26.27.18:53889 has been inactive for more than 5.0s – closing connection
LogSwitchboard: Display: Client 172.26.27.18:53889 disconnected
I also noticed that the Switchboard application keeps sending messages over to the listener, as if the messages never reach the listener. This is unusal given I tried both with loopback address and local ip of the pc. (image attached)

Is there any way to fix this? I started off from an architectural template, may that be the issue?