Skip to content

vtkRemoteObjectProvider: improve RemoteObject deletion

  • Objects managed by the provider will now be deleted by the same thread that created them. This is necessary for objects that access some global state (e.g. X11)

This is an alternative way to fix #15 (closed)

Edited by Christos Tsolakis

Merge request reports