-
Notifications
You must be signed in to change notification settings - Fork 25.2k
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
Update libuv references in Kestrel docs #5695
Comments
@guardrex This seems like something you'd enjoy. You want this one? |
public static IWebHost BuildWebHost(string[] args) =>
WebHost.CreateDefaultBuilder(args)
.UseSockets()
.UseStartup<Startup>() |
aspnet/Announcements#296
Per the announcement, managed sockets are replacing libuv in Kestrel as of ASP.NET Core 2.1. Update the docs to mention this and that libuv is used in versions prior to that.
Affected docs:
The text was updated successfully, but these errors were encountered: