You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the code runs through this block a second time for some reason
which gives me the Bad State Error. Is there a way to fix this?
_receivedDataStream =
flutterReactiveBle.subscribeToCharacteristic(_txCharacteristic);
_receivedDataStream.listen((data) {
onNewReceivedData(data);
}, onError: (dynamic error) {
_logTexts = "${_logTexts}Error:$error$id\n";
});
—
Reply to this email directly, view it on GitHub
<#5>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ5CCF4MRBSDRRUORORURLVUEZW5ANCNFSM53VCR7AA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
It seems the code runs through this block a second time for some reason which gives me the Bad State Error. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: