Resolve Python finalization timeouts
vtkPythonRunLoop
has now a Finalize()
method. Once called the runloop is closed and no further callbacks can be called through it.
Although, I think it makes sense as a functionality (vtkThalliumRunLoop
has a similar capability) there is still some issues deferred for later
async/paraview#148.
This does not affect timeouts during handshake.
Edited by Christos Tsolakis