Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Tango extension image devices resubscribe at every frame #1097

Closed
tiagocoutinho opened this issue Apr 3, 2020 · 0 comments
Closed

Tango extension image devices resubscribe at every frame #1097

tiagocoutinho opened this issue Apr 3, 2020 · 0 comments

Comments

@tiagocoutinho
Copy link

The tango extension taurus.core.tango.img devices at each frame received subscribe and unsubscribe to configuration events.
In the frame handler code there is a temporary access to the image attribute which triggers this call.
As frames can arrive at a frequent pace this slows down considerable and, more importantly, triggers the tango-controls/pytango#292.

The fix should be simple: just keep a reference to the attribute in the device. I can make a PR

cpascual pushed a commit that referenced this issue Apr 7, 2020
Fix #1097: Tango extension image devices resubscribe at every frame
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant