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

High-level caf-net primitive for custom binary protocols #1752

Closed
Neverlord opened this issue Feb 13, 2024 · 0 comments · Fixed by #1847
Closed

High-level caf-net primitive for custom binary protocols #1752

Neverlord opened this issue Feb 13, 2024 · 0 comments · Fixed by #1847
Assignees
Milestone

Comments

@Neverlord
Copy link
Member

At the moment, there is no high-level API in place for operating on the byte input of a socket. We have added flow-based file processing in #1573. Hence, the utilities for operating on sequences of bytes or characters are already in place.

If we implement an interface that basically turns a TCP connection into a flow, we get
#1408 for free, since we already have the other building blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant