Proposition to help for PyTango 9
|
|
---|---|
I add here a more serious bug I just ran into: Subscribing twice to the same attribute raises an EventSystemFailed error. |
|
|
---|---|
Hi Tiago, Vincent Of course we (ALBA) are also both dependent and familiar with PyTango and quite interested in collaborate in PyTango9. We are preparing a new beamline with Tango8/9, and Jairo already found some bugs that we can help solving and debugging. I'll contact you soon with more details as we are adding Tango9 to continuous integration, so new things may be found soon. From Tiago's list of new features, these are the ones we are more focused in: * enum data type * new device interface event * forward attributes * dynamic commands (server) Sergi |
|
|
---|---|
Hi Sergi, thanks for ALBA's offer to help - this is excellent news! Andy |
|
|
---|---|
Vincent M This bug seems to disappear if you apply this patch to your cpp tango lib: https://sourceforge.net/p/tango-cs/code/29039/ However the bug seems to still be there if you connect your client to a non tango9 server. |