Code: Select all
Receiving frame from 192.168.0.2:
num_samples: 1120000.000000
width: 3204
height: 2336
ClientProxy: MySocketExcep: read failed, error: [unknown]
Dropping connection to slave.
Maybe you could make it so that it retrys to send the data when it fails? I guess that shouldn't be too hard to do, maybe also with a setting in the inifile to choose how many trys you give. Another thing may be an option so that you can switch off the server and it still continues to render, and when you start the server again the slave sends what it has done meanwhile.
Maybe it would also be more robust to render when the slave actually saves the samples as igi file, which is then merged by the server. But I think just restarting the network connection between master and slave should be enough.