support dotnet core 3.0
is there any chance to implement it for dotnet core 3.0?
@sharkguto I've simple add all files to new NET Core project and change TargetFramework to TargetFrameworks and write required target's. But in .NET Core I've issue with System.Net.Sockets.NetworkStream
There is my errors: 11/20/2019 12:43:16|Fatal|<>c__DisplayClass84_0.<receiveRequest>b__0|Operation is not supported on this platform. 11/20/2019 12:43:16|Fatal|<>c__DisplayClass174_0.<startReceiving>b__2|System.ObjectDisposedException: Cannot access a disposed object. Object name: 'System.Net.Sockets.NetworkStream'. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) at WebSocketSharp.Ext.<>c__DisplayClass57_0.<ReadBytesAsync>b__0(IAsyncResult ar) in /websocket-sharp/websocket-sharp/Ext.cs:line 792 11/20/2019 12:48:11|Fatal|<>c__DisplayClass174_0.<startReceiving>b__2|System.ObjectDisposedException: Cannot access a disposed object. Object name: 'System.Net.Sockets.NetworkStream'. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) at WebSocketSharp.Ext.<>c__DisplayClass57_0.<ReadBytesAsync>b__0(IAsyncResult ar) in /websocket-sharp/websocket-sharp/Ext.cs:line 825 11/20/2019 12:52:11|Fatal|<>c__DisplayClass174_0.<startReceiving>b__2|System.ObjectDisposedException: Cannot access a disposed object. Object name: 'System.Net.Sockets.NetworkStream'. at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) at WebSocketSharp.Ext.<>c__DisplayClass57_0.<ReadBytesAsync>b__0(IAsyncResult ar) in /websocket-sharp/websocket-sharp/Ext.cs:line 825
same issue here with net core 3, it will be great if next release support net core 3
As the core 3.1 is available now, any plan to support it in the near future?
Currently working on an unofficial fork for .NET Core. @rogergoldfish @codefrx @ShaihutdinovRZ @sharkguto Need a little more time. https://github.com/nozomi-ai/websocket-sharp
@nixxholas is your fork still relevant or has this already been merged?