We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting this almost immediately after BleStatus.ready:
`Assertion failed: file flutter_reactive_ble/ConnectTaskController.swift, line 16 Assertion failed: file flutter_reactive_ble/ConnectTaskController.swift, line 16
_swift_runtime_on_report libswiftCore.dylib
_swift_reportToDebugger: 0x1adc64e54 <+0>: b 0x1adc64e50 ; _swift_runtime_on_report libswiftCore.dylib
On Android everything works fine
The text was updated successfully, but these errors were encountered:
You are mentioning BleStatus.ready. Does this mean you are waiting till the BLE API interface is ready before making any further calls to the BLE API?
BleStatus.ready
It looks like you may be making the "connect" call before the BLE interface is ready, at least I think that could lead to a similar issue.
This may even be a duplicate of #147.
Sorry, something went wrong.
I assume the issue is resolved feel free to reopen if this is not the case.
No branches or pull requests
I am getting this almost immediately after BleStatus.ready:
`Assertion failed: file flutter_reactive_ble/ConnectTaskController.swift, line 16
Assertion failed: file flutter_reactive_ble/ConnectTaskController.swift, line 16
frame #0: 0x00000001adc64e50 libswiftCore.dylib
_swift_runtime_on_report libswiftCore.dylib
_swift_runtime_on_report:-> 0x1adc64e50 <+0>: ret
libswiftCore.dylib
_swift_reportToDebugger: 0x1adc64e54 <+0>: b 0x1adc64e50 ; _swift_runtime_on_report libswiftCore.dylib
_swift_shouldReportFatalErrorsToDebugger:0x1adc64e58 <+0>: adrp x8, 334858
0x1adc64e5c <+4>: ldrb w0, [x8, #0x4b0]
Target 0: (Runner) stopped.
Lost connection to device.
`
On Android everything works fine
The text was updated successfully, but these errors were encountered: