[Modify] Polish it
This commit is contained in:
parent
591033f390
commit
fb1692d7ae
@ -737,7 +737,10 @@ namespace WebSocketSharp
|
|||||||
}
|
}
|
||||||
|
|
||||||
internal static void ReadBytesAsync (
|
internal static void ReadBytesAsync (
|
||||||
this Stream stream, int length, Action<byte[]> completed, Action<Exception> error
|
this Stream stream,
|
||||||
|
int length,
|
||||||
|
Action<byte[]> completed,
|
||||||
|
Action<Exception> error
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
var buff = new byte[length];
|
var buff = new byte[length];
|
||||||
|
Loading…
Reference in New Issue
Block a user