The Wayback Machine - https://web.archive.org/web/20220203122159/https://github.com/dotnet/aspnetcore/issues/39955
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

Kestrel will only bind to an IPEndPoint not an EndPoint #39955

Open
Ninds opened this issue Feb 3, 2022 · 0 comments
Open

Kestrel will only bind to an IPEndPoint not an EndPoint #39955

Ninds opened this issue Feb 3, 2022 · 0 comments

Comments

@Ninds
Copy link
Contributor

@Ninds Ninds commented Feb 3, 2022

Kestrel will only bind to an IPEndPoint not an EndPoint
Reproducer can be found here :
KestrelwithArbitraryEndPoint.cs
There is a runtime exception.

It appears it should have been fixed here Add support for listening to arbitrary endpoints.

OR .. perhaps I am doing something wrong.

The environment is .NET6

Kestrel with MemoryTransport
Consider adding an overload of Listen that takes an EndPoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant