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

Commit

Permalink
Fandango 14.1 - Queued events in DynamicDS
Browse files Browse the repository at this point in the history
DynamicDS:
    Queued event sending using processEvents() and MaxEventStream
    Added EventQueueSize attribute
    Bug solved on DynamicDS (ORBEndPoint)
    Change in CopyCatDS ORBendPoint args
    solve bug on received exception
    Add ThreadDict cycle time measures
    Solved bug on dyn_attr when called on running devices
    Attribute pushing moved to push_dyn_attr method

    Solve queue/Queue imports in several modules
  • Loading branch information
sergirubio committed Sep 3, 2018
1 parent 695d985 commit 3b4ab0b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions fandango/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,24 @@ BUGS PENDING for 13.* (to not be released in master until bugs will be solved)
threads.wait: exceptions on ipython exit
threads/WorkerDS: uncatched deadlocks

14.1.0 - August 2018
--------------------

Queued events in DynamicDS

DynamicDS:
Queued event sending using processEvents() and MaxEventStream
Added EventQueueSize attribute
Bug solved on DynamicDS (ORBEndPoint)
Change in CopyCatDS ORBendPoint args
solve bug on received exception
Add ThreadDict cycle time measures
Solved bug on dyn_attr when called on running devices
Attribute pushing moved to push_dyn_attr method

Solve queue/Queue imports in several modules


13.9.0 - August 2018
--------------------

Expand Down
2 changes: 1 addition & 1 deletion fandango/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.0
14.1.0

0 comments on commit 3b4ab0b

Please sign in to comment.