vapor / postgres-nio

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

PostgresNotificationSequence is not Sendable in 5.6 #392

Closed fabianfett closed 1 year ago

fabianfett commented 1 year ago

AsyncThrowingStream is not Sendabile in Swift 5.6. Because of this PostgresNotificationSequence can not be Sendable in 5.6.

This is non breaking since we haven't shipped the listen API yet.