Skip to content

Conversation

@DmitryLukyanov
Copy link
Contributor

@DmitryLukyanov DmitryLukyanov commented Jul 11, 2022

I'm not sure what we can suggest for these tickets:

it looks like too easy and straightforward questions, thoughts?

NOTE: to deploy changes locally, use this hugo command:

  ..\mongo-csharp-driver\Docs\reference>hugo.exe server


* `No connection could be made because the target machine actively refused it` - a driver doesn't see a server endpoint. In most cases this means that a server is not visible in network or has not been launched.

* `Attempted to read past the end of the stream.` - this error happens when driver can't connect to a server due to network error. Make sure that a configured server is accessible. One typical example of when this error happens is when client's machine IP is not configured in the atlas IPs white list.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

maybe we can also mention here that if you still have a question about this exception, please create a jira ticket and provide sdam events?

Copy link
Contributor

@JamesKovacs JamesKovacs left a comment

Choose a reason for hiding this comment

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

LGTM. Edits and changes made inline as it was easier than sending you a list of edits. Feel free to disagree with any of my changes.

Copy link
Contributor

@JamesKovacs JamesKovacs left a comment

Choose a reason for hiding this comment

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

LGTM

@DmitryLukyanov DmitryLukyanov merged commit f219f75 into mongodb:master Jul 15, 2022
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