isoos / postgresql-dart

Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
https://pub.dev/packages/postgres
BSD 3-Clause "New" or "Revised" License
131 stars 37 forks source link

Protect against async race conditions when parsing incoming byte chunks. #373

Closed isoos closed 2 months ago

isoos commented 2 months ago

Unfortunately I cannot get this into a state where randomized byte processing delays wouldn't cause test failures. Dropping this for now.