Harsh Bhikadia
Harsh Bhikadia
I have wrapped `forceWifiUsage` around an HTTP client ```dart class _WifiForcedClient extends http.BaseClient { _WifiForcedClient(this._inner); final http.Client _inner; Future _forceWifiUsage(bool force, {String logTag = ""}) async { logTag += ":...
@hanlectin I meant disabling network calls from your app.
> I think I recently read that with Android 13 it might be possible to keep two (or more) WiFi connections in parallel. on supported hardware. unfortunately I can't find...
@kbessemer Some observation, I got `Software caused connection abort` error, when the IoT device reboots (because of brownout - low power) after connection is made and device tries to make...
@lmmfranco Can you review these changes as well?
@KhatibFX Any update?
Use `forceWifiUsage(false)` to "unbind" process to the network. You can also do `disconnect` to disconnect from network completely. If it is not behaving as expected, will need more logs and...
@marcolettieri can you try to disable `forceWifiUsage` first and then disconnect?
@marcolettieri Did you resolve this issue? Should I close it?
Can you explain in detail, when do you get such logs? What code is triggering it? etc?