Add ConfigurationOptions.BeforeSocketConnect by NickCraver · Pull Request #2031 · StackExchange/StackExchange.Redis

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@NickCraver

Copy link Copy Markdown

Collaborator

This adds a new config Action that allows modification of a socket after creating it and before connecting. It's passing the endpoint and connection type as well so if necessary per-connection options can be set.

Resolves #1472.

This adds a new config `Action` that allows modification of a socket after creating it and before connecting. It's passing the endpoint and connection type as well so if necessary per-connection options can be set.

Resolves #1472.

@NickCraver NickCraver mentioned this pull request

Mar 10, 2022

@philon-msft

Copy link Copy Markdown

Collaborator

Is there a good spot in docs to mention this?

@NickCraver

Copy link Copy Markdown

Collaborator Author

@philon-msft oh yeah the config docs should get some love - good call!

@NickCraver

Copy link Copy Markdown

Collaborator Author

@philon-msft done :)

philon-msft reacted with rocket emoji

@NickCraver NickCraver merged commit 7ff36c5 into main

Mar 10, 2022

@NickCraver NickCraver deleted the craver/config-beforesocketconnect branch

March 10, 2022 03:11

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

Reviewers

@philon-msft philon-msft philon-msft approved these changes

@mgravell mgravell Awaiting requested review from mgravell

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

IP address binding

2 participants

@NickCraver @philon-msft