vapor / postgres-nio

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

Support changing the number of allowed streams on a connection #433

Closed fabianfett closed 8 months ago

fabianfett commented 8 months ago

We should support that the number of allowed streams can change while the connection is in use.

fabianfett commented 8 months ago

Fixed in #442.