[Modify] Remove it
This commit is contained in:
parent
51e61827f6
commit
c8c4f12232
@ -688,12 +688,6 @@ Extended Payload Length: {7}
|
|||||||
return frame;
|
return frame;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static void ReadFrameAsync (
|
|
||||||
Stream stream, Action<WebSocketFrame> completed, Action<Exception> error)
|
|
||||||
{
|
|
||||||
ReadFrameAsync (stream, true, completed, error);
|
|
||||||
}
|
|
||||||
|
|
||||||
internal static void ReadFrameAsync (
|
internal static void ReadFrameAsync (
|
||||||
Stream stream, bool unmask, Action<WebSocketFrame> completed, Action<Exception> error)
|
Stream stream, bool unmask, Action<WebSocketFrame> completed, Action<Exception> error)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user