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

Merge testing #28

Merged
merged 11 commits into from
Mar 18, 2021
Merged

Merge testing #28

merged 11 commits into from
Mar 18, 2021

Conversation

ibuildthecloud
Copy link
Contributor

No description provided.

ibuildthecloud and others added 11 commits August 8, 2020 10:12
Additionally some data copies have been removed.  More work still needs
to be done to reduce more allocations.
It is possible that writes can starve the ping pong process because
a pong requires a write. In that situation the read deadline could
not be set. This patch we ensure we update the read deadline on
writes to keep the socket open when we are doing heavy writes.
All user facing timeout should be handled at a layer above the connection
because the connection is global and shared by everyone.  If one was to
set a short timeout on a read it could impact a long read/write somewhere
else.
Merge commit '6838081e828c56941066d42e5865dc0b0ded8574' into testing

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Add #24 to testing branch via a merge commit
@ibuildthecloud ibuildthecloud merged commit d13c0bd into master Mar 18, 2021
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 this pull request may close these issues.

3 participants