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

Remove preconcurrency imports of NIOHPACK #1435

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jun 9, 2022

Motivation:

Support for Sendable was added to swift-nio-http2 in 1.22.0 so the
@preconcurrency import of NIOHPACK is no longer required (and
produces warnings).

Modifications:

  • Update minimum HTTP/2 version
  • Remove @preconcurrency from NIOHPACK imports

Result:

Fewer warnings

Motivation:

Support for Sendable was added to swift-nio-http2 in 1.22.0 so the
`@preconcurrency` import of `NIOHPACK` is no longer required (and
produces warnings).

Modifications:

- Update minimum HTTP/2 version
- Remove `@preconcurrency` from `NIOHPACK` imports

Result:

Fewer warnings
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Jun 9, 2022
@Lukasa Lukasa merged commit 41b9c16 into grpc:main Jun 9, 2022
@glbrntt glbrntt deleted the gb-preconcurrency-sendable-imports branch June 10, 2022 11:01
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.

3 participants