Commit f213048a authored by Stéphane Graziano's avatar Stéphane Graziano Committed by Jehonathan Thomas

Allow async read/write for .netstandard 2.0

parent 9279e799
...@@ -605,7 +605,7 @@ namespace StreamExtended.Network ...@@ -605,7 +605,7 @@ namespace StreamExtended.Network
buffer = newBuffer; buffer = newBuffer;
} }
#if NET45 #if NET45 || NETSTANDARD2_0
/// <summary> /// <summary>
/// Base Stream.BeginRead will call this.Read and block thread (we don't want this, Network stream handles async) /// Base Stream.BeginRead will call this.Read and block thread (we don't want this, Network stream handles async)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment