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

connect() Sessions socket to Endpoint address #538

Merged
merged 2 commits into from
Jun 9, 2022

Conversation

markmandel
Copy link
Contributor

What type of PR is this?

Uncomment only one /kind <> line, press enter to put that in a new line, and remove leading whitespace from that line:

/kind breaking
/kind bug

/kind cleanup

/kind documentation
/kind feature
/kind hotfix

What this PR does / Why we need it:

Since a Session is only ever going to send data to the Endpoint, we can connect() the socket to that address, rather than need to pass the endpoint address to every send() request.

Which issue(s) this PR fixes:

Cleanup with working on #410

Special notes for your reviewer:

N/A

Since a Session is only ever going to send data to the Endpoint, we can
`connect()` the socket to that address, rather than need to pass the
endpoint address to every `send()` request.
@markmandel markmandel added kind/cleanup Refactoring code, fixing up documentation, etc area/networking Related to networking I/O labels Jun 4, 2022
@github-actions github-actions bot added the size/s label Jun 4, 2022
@quilkin-bot
Copy link
Collaborator

Build Succeeded 🥳

Build Id: fd3623fa-c524-40f5-a8b3-4d885f03c6e9

To build this version:

git fetch git@github.com:googleforgames/quilkin.git pull/538/head:pr_538 && git checkout pr_538
cargo build

@markmandel markmandel merged commit be83033 into googleforgames:main Jun 9, 2022
@markmandel markmandel deleted the cleanup/session-connect branch June 9, 2022 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/networking Related to networking I/O kind/cleanup Refactoring code, fixing up documentation, etc size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants