-
Notifications
You must be signed in to change notification settings - Fork 10.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
Kestrel listening handle: CLR/System.NotImplementedException #13020
Comments
@halter73 is that API Libuv specific? |
It is and we should throw a not supported exception here |
This issue may be closed as this is a document issue. The issue may be referenced at dotnet/AspNetCore.Docs#12842. |
Could I expect that Kestrel will support listening File handle/Unix socket in .NET 5, without the need of libuv? |
No, that feature would need to be explicitly requested. It's not in our plans right now. |
Since BCL already support listening handle now (dotnet/runtime#34727), will this be supported in .NET 5? |
See #20842 |
Looks like this issue is resolved. |
Describe the bug
Kestrel listening handle: CLR/System.NotImplementedException
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Handle in SD_LISTEN_FDS_START should be listened.
Actual behavior
The text was updated successfully, but these errors were encountered: