Open hhsang opened 9 months ago
This error is caused by the socket connection not being closed properly. It is a problem with Dart's underlying code. I recommend detecting a no-network state and actively closing the MySQL connection. Or use try catch?
This error is caused by the socket connection not being closed properly. It is a problem with Dart's underlying code. I recommend detecting a no-network state and actively closing the MySQL connection. Or use try catch?
Yes, I have detecting network, till working and I try call api json holder to test and return status 200 with correct response.
If the app connect success no issue when I using app , and if it had problem about connect the app same dead (Although I restart devices) only working when I turn on/off airplane mode and turn on Cellular again.