Add IConnectionFactory implementation to the socket transport #15019
Labels
api-suggestion
Early API idea and discussion, it is NOT ready for implementation
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
🥌 Bedrock
Today we have all of the pieces in place the server transport but we haven't exposed anything to do client sockets. There's an internal version of the API we want here so we can start with that as the initial API:
PS: This will fully enable
Some observations/questions:
SocketConnectionFactory
isIAsyncDisposable
because it owns the memory pool. Do we want all connections made by the same factory sharing the pool? If yes then this type should maybe track outstanding connections before disposing the factory.Options.Create(OptionsType)
.The text was updated successfully, but these errors were encountered: