Thomas
08/23/2020, 2:48 PMprivate fun CBCharacteristic.uuidEqualTo(other: CBCharacteristic): Boolean {
return this.service.UUID == other.service.UUID && this.UUID == other.UUID // IosBluetoothManager line 433
}
On Firebase I keep getting crash reports that look like the attached image. I cannot figure out why this is happening as I cannot reproduce it myself. Any ideas what could be going wrong here?