vapor / postgres-nio

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

Make `TLS.disable` a let instead of a var #471

Closed FranzBusch closed 2 months ago

FranzBusch commented 2 months ago

This currently emits a Sendable warning since a global var isn't Sendable safe.