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
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
It makes things a little cleaner and after all, the main reason we want restartable/reusable connections are to keep HubConnection bindings in place, so making HttpConnection/IConnection restartable is less important.
The text was updated successfully, but these errors were encountered:
So thinking about this more in the context of my existing change, we might be able to just unify things like this:
ConnectionContext is the root of the universe, its used on both the client and the server as the connection abstraction. We remove IConnection completely and introduce a factory of some sort that looks something like this:
We then turn the HttpConnection into the HttpConnectionFactory whose solve purpose is to provide the ConnectionContext implementation over the various http transports.
It makes things a little cleaner and after all, the main reason we want restartable/reusable connections are to keep HubConnection bindings in place, so making HttpConnection/IConnection restartable is less important.
The text was updated successfully, but these errors were encountered: