Open sitakanta136 opened 2 years ago
Can you explain in detail, when do you get such logs? What code is triggering it? etc?
Hi Daadu, Intentionally I connected with the wrong password => Wifi not connected
await WiFiForIoTPlugin.connect(resultssid,
password: wifiPassword,
joinOnce: false,
security: NetworkSecurity.WPA);
then I connected with correct password => showing ConnectivityManager(16225): NetworkCallback was already unregistered. Wi-Fi not connected.
I will look into it, when free.
Meanwhile, if you want feel free to debug and get to the problem.
Any updates on this?
@daadu I am facing the same issue.
Currently using wifi_iot: 0.3.19
Is it fixed yet?
@sitakanta136 @GivDavidL How did you solve this? Did you find any workaround?
ConnectivityManager(16225): NetworkCallback was already unregistered. How to resolve this issue ?