Skip to content

Conversation

sanych-sun
Copy link
Member

No description provided.

@sanych-sun sanych-sun requested a review from BorisDog July 24, 2025 20:46
@sanych-sun sanych-sun requested a review from a team as a code owner July 24, 2025 20:47
Copy link
Contributor

@BorisDog BorisDog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

// when specifying very small timeout leads us to the TimeoutException, but also we should ensure there is no Unobserved Task Exception happening.
var subject = new TcpStreamFactory(new TcpStreamSettings(connectTimeout: TimeSpan.FromMilliseconds(1)));
var host = IPAddress.Parse("1.1.1.1");
var port = 23456;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: maybe var enpdoint = new IPEndPoint(...) instead?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do, leftovers from usage of TcpListener

@sanych-sun sanych-sun merged commit 3b1dc42 into mongodb:v3.4.x Jul 24, 2025
26 of 30 checks passed
@sanych-sun sanych-sun deleted the csharp5661 branch July 24, 2025 23:42
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.

2 participants