zim32

Results 28 comments of zim32

I will add some more suitable method later

Good day/night. Can you provide some code?

I think error is happening somewhere outside of your try catch block. Hard to tell right now

I mean because of asynchronous nature of this library, exception is thrown outside execute method. I need more time to test this behaviour

I mean every request is multistep process, where request is send, and then asynchronously response is received.

Yes. I think this is the only way to handle such async errors. Library should be refactored a little to accept onError callback

Anyway this is something that can not be fixed in five minutes, so please if you can make some workaround temporary, provide your current solution here

This flow is not implemented... I don't think it's hard to implement, but currently I have lack of time, maybe next week I will check it out. You can provide...

Hi booper. You can use [connected](https://pub.dev/documentation/mysql_client/latest/mysql_client/MySQLConnection/connected.html) property to check connection status. Seems like connection is closed and you are trying to use the same connection object to initiate new connection....

Can you recreate fresh connection instance?