Skip to content

WIP: Usubscribe from events in worker thread (PyTango#292)

Similarly to https://github.com/taurus-org/taurus/pull/1091, this PR tries to workaround PyTango#292. This one implements the 3.b option proposed by @schooft in https://github.com/tango-controls/pytango/issues/292#issuecomment-585652804. Thanks!

I tried this PR with https://github.com/sardana-org/sardana/pull/1312 ( which reverts the Sardana workaround and use zombie concept in tests) and it worked for 7 testsuite executions already. Note that the usage of zombie API in tests most probably won't be need if we implement https://github.com/taurus-org/taurus/issues/1092.

Merge request reports