smaho-engineering / esptouch_flutter

ESP-Touch Dart API for Flutter. Platform-specific implementation for Android (Java) and iOS (Objective-C).
https://pub.dev/packages/esptouch_flutter
MIT License
100 stars 34 forks source link

Multiple device not scanning #35

Open kcs-dileeppatel opened 2 years ago

kcs-dileeppatel commented 2 years ago

Hey,

Multiple devices are not scanning, every time it's scanning only 1 device at a time.

esptouch_flutter: ^1.0.0 Flutter SDK Version- 2.16.1 Android Version- 10

max-koehler commented 1 year ago

Best practise is to provision only one device at a time, given the protocol is intended to send information back to the Mobile-App. Please check the listener part as it might be simply stop listening once a device responded.

@kcs-dileeppatel what is the use case, in which you want to provision multiple devices?