Remove unawaited background service start during USB connection initialization

chore/offband-rebrand
just_stuff_tm 5 months ago committed by just-stuff-tm
parent 5216e00807
commit 3cef9e81b6

@ -969,7 +969,6 @@ class MeshCoreConnector extends ChangeNotifier {
_activeTransport = MeshCoreTransportType.usb;
_activeUsbPortKey = portName;
_activeUsbPortLabel = portName;
unawaited(_backgroundService?.start());
_setState(MeshCoreConnectionState.connecting);
try {

Loading…
Cancel
Save

Powered by TurnKey Linux.