stablekernel / postgresql-dart

Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
https://www.dartdocs.org/documentation/postgres/latest
BSD 3-Clause "New" or "Revised" License
129 stars 32 forks source link

Bug in driver or in my code? #166

Closed bubnenkoff closed 3 years ago

bubnenkoff commented 3 years ago

Hi! Could anybody help me? I can't fix issue in my code for one week, and begin to think that it's some issue in driver. Because now I do not see any problem in code.

Here is my question on SO. https://stackoverflow.com/questions/69041494/timeoutexception-on-query-cache-class

Here is my full class https://gist.github.com/bubnenkoff/65fa684a3de218bab6102453df3f79fe

I really can't understand why I am getting timeout exception :(

Could anybody at least give any ideas what can be wrong?

isoos commented 3 years ago

what's the exception stack trace?

bubnenkoff commented 3 years ago

Only: Future not completed

Сб, 4 сент. 2021 г. в 12:34, István Soós @.***>:

what's the exception stack trace?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/stablekernel/postgresql-dart/issues/166#issuecomment-912942615, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRWNFUU7EPFJOG3BVQB4VTUAHRZJANCNFSM5DM7EDOQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

bubnenkoff commented 3 years ago

Closed because bug is found: https://github.com/stablekernel/postgresql-dart/issues/167