Open
Description
I've been running socket-sharp for 3 weeks now just fine (.net Core 2.1). Its started to throw this
System.PlatformNotSupportedException: Operation is not supported on this platform. at System.Action 1.BeginInvoke(T obj, AsyncCallback callback, Object object) at WebSocketSharp.WebSocket.open() at WebSocketSharp.WebSocket.Connect() | System.Exception {System.PlatformNotSupportedException}
I'm simply calling
using (ws = new WebSocketSharp.WebSocket(Address)) { ws.Connect(); //Other stuff after }
and it throws after connect.
Metadata
Metadata
Assignees
Labels
No labels