Skip to content

Resolve Python finalization timeouts

Christos Tsolakis requested to merge christos.tsolakis/paraview:timeouts into master

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

Merge request reports