Marc Downie
Marc Downie
The hypothetical contact tracing code cannot work on any version of Core Bluetooth, foreground or background, for any service UUID, since `CBPeripheralManager` ignores the `CBAdvertisementDataServiceDataKey` for the purposes of `startAdvertising()`....
I've asked a very similar question before — here #108 . This is rightfully closed: error messages are _vastly_ better than they were a year ago. However, stepping back a...
Have you been able to verify your code against values sent over the air by Apple or Google? We have a number of 'FD6F' advertising packets sniffed from the latest...
Fresh checkout + minimum path to a running ktor-web-app: ``` git clone https://github.com/Kotlin/kotlinx-rpc.git cd kotlinx-rpc/samples/ktor-web-app ./gradlew server:run & ./gradlew frontend:jsRun & ``` With that the `http://localhost:300` that opens yields a...