-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-kestrel
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-kestrel