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

Make the connection full-duplex #67

Closed
mzimbres opened this issue Feb 12, 2023 · 0 comments · Fixed by #68
Closed

Make the connection full-duplex #67

mzimbres opened this issue Feb 12, 2023 · 0 comments · Fixed by #68

Comments

@mzimbres
Copy link
Collaborator

Currently, write operations happens only after the response to previous command arrive. There is however nothing in the protocol that prohibits writing continuously as requests come.

This is not likely to produced considerable (or even measurable) performance improvement due to the support for automatic pipelining, but there is also no reason not to implement it.

@mzimbres mzimbres linked a pull request Feb 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant