pedropastor

Results 4 comments of pedropastor

The workaround works, the regular query method returns things properly in one row. I compromise to check the OID resolution, but we are now in a very tight schedule for...

Wow, Really don't understand how, but I fixed it. Added a new authenticator case on connection_fsm.dart ``` case AuthenticationMessage.KindClearTextPassword: _authenticator = createAuthenticator(connection!, AuthenticationScheme.CLEAR); continue authMsg; ``` And the authenticator: ```...

In case it helps, I manually cancel both scan and connection and it's working fine in Android for me. Well I have other issues, but not this one. _connection =...

I am having the same issue here. It breaks at 30 seconds. `TimeoutException after 0:00:30.000000: Future not completed` I am using both the timeoutInSeconds property, and as I am using...