BlazorSignalR icon indicating copy to clipboard operation
BlazorSignalR copied to clipboard

Add C# based websockets

Open csnewman opened this issue 5 years ago • 2 comments

Currently websockets are only supported at a transport level, by WebSocketsTransport which is reimplemented in JS. This ticket tracks using the inbuilt WebSocketsTransport of SignalR.Client

Need to check whether MonoWASM supports WebSockets yet.

csnewman avatar Mar 15 '19 20:03 csnewman

Just making sure that I got it right... You want to refactor websockets into an independent package so it would be used by the signalr client as a third party library. Correct?

michaelp avatar Mar 20 '19 14:03 michaelp

@michaelp Not quite. There is already an official websocket library System.Net.WebSockets, managed by Microsoft. This issue tracks using that library once Mono WASM supports that library. (It may have already had support added since I last checked a few months ago.)

csnewman avatar Mar 20 '19 14:03 csnewman