Commit 1854970
authored
fix: handle PortalSuspended correctly (#763)
We were incorrectly releasing server back into the pool after receiving:
```
Execute(limit=x)
Flush
```
Not entirely sure what the implication is since the connection cleanup
logic kicked in by sending `Sync` and closing the transaction, but this
does have a smell of something was handled incorrectly.1 parent 03402b1 commit 1854970
2 files changed
Lines changed: 514 additions & 0 deletions
0 commit comments