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 the codec which will encode/decode mplex frames to/from objects like below:
streamId: Long flag: MplexFrameFlag data: ByteBuf
Enforce the protocol rules like correct order of frame flags, writing to closed stream, duplicate Ids, etc
The text was updated successfully, but these errors were encountered:
Our stream is being closed (via a Reset message) because /ipfs/id/1.0.0 is expecting an Identify message to have previously been sent.
Reset
/ipfs/id/1.0.0
Identify
Awaiting some guidance on how to handle this.
Sorry, something went wrong.
Merge pull request #26 from libp2p/feature/mplex
f2b8454
WIP: mplex implementation. Resolve #16
ddfdb23
snazha-blkio
No branches or pull requests
Implement the codec which will encode/decode mplex frames to/from objects like below:
Enforce the protocol rules like correct order of frame flags, writing to closed stream, duplicate Ids, etc
The text was updated successfully, but these errors were encountered: