apple / apple/swift-nio

Type-safe ChannelPipeline

Open
#39 2 comments 0 reactions 1 assignee View on GitHub

@weissi is already working on this.

Since Feb 27, 2018.

kind/enhancement
Dominant language
Swift
Stars
8.5k
Forks
800
Avg merge
2d 10h
Merged PRs (30d)
12

Description

It would be great to have a type-safe ChannelPipeline. The whole ChannelPipeline can't be all type-safe as we want to support arbitrary modifications of it at runtime (for example for HTTP/1 to HTTP/2 upgrades).
However it would be great to be able to have at least a partially type-safe pipeline which could be fully type-safe for programs who don't need the dynamism.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.