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

Use the non-server default connection limit for unityaot (case 1156607) #1188

Merged
merged 1 commit into from
May 29, 2019

Conversation

joshpeterson
Copy link

The default value for DefaultConnectionLimit, which is set based on
the DefaultPersistentConnectionLimit value should be 2 for all
non-ASP.NET applications.

So for the unityaot profile, used with IL2CPP, use the value of 2.

Release notes:

IL2CPP: Set the ServicePointManager DefaultConnectionLimit property to a value of 2. (case 1156607).

I'll back port this change to 2019.2 and 2019.1.

@joshpeterson joshpeterson requested a review from joncham May 28, 2019 19:20
The default value for `DefaultConnectionLimit`, which is set based on
the `DefaultPersistentConnectionLimit` value should be 2 for all
non-ASP.NET applications.

So for the unityaot profile, used with IL2CPP, use the value of 2.
@joshpeterson joshpeterson force-pushed the change-default-connection-limit branch from 3b4e916 to f41e565 Compare May 29, 2019 14:04
@joshpeterson joshpeterson merged commit 48242a6 into unity-master May 29, 2019
@joshpeterson joshpeterson deleted the change-default-connection-limit branch May 29, 2019 17:20
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