Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgresNotificationSequence is not Sendable in 5.6 #392

Merged

Conversation

fabianfett
Copy link
Collaborator

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.

AsyncThrowingStream is not Sendabile in Swift 5.6. Because of this PostgresNotificationSequence can not be Sendable in 5.6.
@fabianfett fabianfett added the semver-patch No public API change. label Aug 9, 2023
@fabianfett fabianfett requested a review from gwynne August 9, 2023 14:55
@fabianfett fabianfett enabled auto-merge (squash) August 9, 2023 21:08
@fabianfett fabianfett merged commit 9bddf75 into vapor:main Aug 9, 2023
12 checks passed
@fabianfett fabianfett deleted the ff-fix-listen-Sendability-warnings branch August 11, 2023 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants