Make the Park method asynchronous

Issue #9 closed
Tim Long created an issue

The ITelescopeV3.Park() implementation has always been synchronous, partly because I thought that was required by the ASCOM specification. However in recent testing this caused an issue with ACP and interaction with the dome closure and on inspection I discovered that there is no requirement for this method to be synchronous. Therefore, it should be made asynchronous.

Comments (3)

  1. Log in to comment