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
- Upgrading to .NET Core 2.2
- Removing dependency on SuperSocket's WebSocket implementation
- Refactoring MorseL.Client API to use streams throughout entire
API interaction. The Server-side API still has some work before
full end-to-end streaming is actually "real".
- Upgrading to .NET Core 2.2
- Removing dependency on SuperSocket's WebSocket implementation
- Refactoring MorseL.Client API to use streams throughout entire
API interaction. The Server-side API still has some work before
full end-to-end streaming is actually "real".
IWebSocketConnectionManager
should just beIConnectionManager
and remove the coupling to theWebSocket
concrete type.The text was updated successfully, but these errors were encountered: