You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But the issue is, I'd need to reference the entirety of ASP.NET Core, or BedrockFramework for this just little part.
So, I thought it might be a good idea to publish a separate package that contains the implementation of transports (sockets, in memory, etc.).
Then it could be basically used by a connection factory of some sorts, something like ASP.NET Core's factory.
Chances are that I'm the only one who might benefit from this idea.
But, maybe, someone else would find this useful, so I made this issue.
The text was updated successfully, but these errors were encountered:
I'm not sure if I should create this issue in the ASP.NET Core repository or this one.
I want to use the socket transport that is present in both the ASP.NET Core and BedrockFramework repositories.
But the issue is, I'd need to reference the entirety of ASP.NET Core, or BedrockFramework for this just little part.
So, I thought it might be a good idea to publish a separate package that contains the implementation of transports (sockets, in memory, etc.).
Then it could be basically used by a connection factory of some sorts, something like ASP.NET Core's factory.
Chances are that I'm the only one who might benefit from this idea.
But, maybe, someone else would find this useful, so I made this issue.
The text was updated successfully, but these errors were encountered: