We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement Netty handler which will be routing stream multiplexer (mplex or other) frames to individual netty channels Relates to #16
The text was updated successfully, but these errors were encountered:
Here is a good example: https://github.com/netty/netty/blob/netty-4.1.36.Final/codec-http2/src/main/java/io/netty/handler/codec/http2/Http2MultiplexCodec.java
Sorry, something went wrong.
Feature/multistream handler (#21)
ddfdb23
Implement `mplex`, complete `multistream`, add some `TCPTransport` code. Make the full stack working with Go echo sample Resolve #16 Resolve #17
Nashatyrev
Successfully merging a pull request may close this issue.
Implement Netty handler which will be routing stream multiplexer (mplex or other) frames to individual netty channels
Relates to #16
The text was updated successfully, but these errors were encountered: