← Back to team overview

sikuli-driver team mailing list archive

[Bug 1503995] [NEW] [1.1.0] Region.isObserving() should be true immediately after return from observeInBackGround()

 

Public bug reported:

currently one need to wait for the completion of the threaded observe
startup processing to complete:

someRegion.observeInBackground()
while not someRegion.isObserving: wait(0.3)

** Affects: sikuli
     Importance: High
     Assignee: RaiMan (raimund-hocke)
         Status: Fix Committed

** Changed in: sikuli
       Status: New => Fix Committed

** Changed in: sikuli
   Importance: Undecided => High

** Changed in: sikuli
     Assignee: (unassigned) => RaiMan (raimund-hocke)

** Changed in: sikuli
    Milestone: None => 1.1.1

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1503995

Title:
  [1.1.0] Region.isObserving() should be true immediately after return
  from  observeInBackGround()

Status in Sikuli:
  Fix Committed

Bug description:
  currently one need to wait for the completion of the threaded observe
  startup processing to complete:

  someRegion.observeInBackground()
  while not someRegion.isObserving: wait(0.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1503995/+subscriptions


Follow ups