HomeKit readValueWithCompletionHandler log messages

just wondering.. whenever i call readValueWithCompletionHandler on a HMCharacteristic, i get log messages like:

Code Block
[-[HMCharacteristic readValueWithCompletionHandler:], /Library/Caches/com.apple.xbs/Sources/HomeKit/HomeKit-714.0.4.1.1/Sources/HomeKit/HMCharacteristic.m:513 (DBEA6EA4-BD3B-4673-BB61-934AF9480EB0)] Thread left active (1): <NSThread: 0x282534680>{number = 1, name = (null)}


I've tried various things like changing when I call it, making sure I call it on the main thread etc but always with the same result. Is this expected? bad?

I'm using Xcode 12.0.1 (12A7300), running on iPadOS 14.0
Same error here, except I get it on writeValueWithCompletion handler: also, and I'm using XCode 12.2.
Did you find a resolution, or is this just another bit of XCode logging cruft leaking through?
Same here. Would really like to know where this issue is coming from?
HomeKit readValueWithCompletionHandler log messages
 
 
Q