apple / HomeKitADK

Apache License 2.0
2.55k stars 232 forks source link

HAPPlatformTimer API question #102

Open rojer opened 3 years ago

rojer commented 3 years ago

HAPPlatformTimerRegister specifies duration to be an absolute deadline value, relative to HAPPlatformClockGetCurrent however, it is sometimes also invoked with 0, which i take it means "ASAP" (1, 2).

this is not documented in API and may trigger bugs in implementations.