amaranth
amaranth
@sharkguto I've simple add all files to new NET Core project and change TargetFramework to TargetFramework**s** 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.b__0|Operation is not supported on this platform. 11/20/2019 12:43:16|Fatal|c__DisplayClass174_0.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.b__0(IAsyncResult ar) in /websocket-sharp/websocket-sharp/Ext.cs:line...