vapor / postgres-nio

🐘 Non-blocking, event-driven Swift client for PostgreSQL.
https://api.vapor.codes/postgresnio/documentation/postgresnio/
MIT License
322 stars 75 forks source link

Support marking connection as going away #432

Open fabianfett opened 11 months ago

fabianfett commented 11 months ago

We should support that connections can be marked as going away, if the server has notified us, that further requests on a connection will not be accepted. Example http/2 GOAWAY frame.