Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlong committed Sep 10, 2020
1 parent f80d86a commit 6e72de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ A solution/workaround is to add the following to your `app.config` file:

Notes:
- If you run your app in .NET Core environment, you will not have this issue.
- If you only create on subscription in your code, you will not have this issue either.
- If you only create one subscription in your code, you will not have this issue either.
- This is because [by default only 2 connections to a server is allowed](https://docs.microsoft.com/en-us/dotnet/framework/configure-apps/file-schema/network/add-element-for-connectionmanagement-network-settings).
- More information FYI: https://stackoverflow.com/a/49868185/862862

Expand Down

0 comments on commit 6e72de7

Please sign in to comment.