Skip to content

Implement Satie.waitForBoot

Patrick Dupuis requested to merge topic/waitforboot into develop

This MR adds an implementation of .waitForBoot to Satie.sc.

This method resembles Server.waitForBoot in that it takes an optional function onComplete that is run inside a Routine scheduled on the AppClock. This allows things like running Server.sync and Server.meter inside onComplete.

This MR still needs a UnitTest and some documentation. Possibly also better handling of cases where the server failed to boot, etc.

Edited by Patrick Dupuis

Merge request reports