[Modify] Polish it
This commit is contained in:
parent
735f7bf718
commit
8828432149
@ -589,7 +589,13 @@ Extended Payload Length: {7}
|
||||
)
|
||||
{
|
||||
stream.ReadBytesAsync (
|
||||
2, bytes => completed (processHeader (bytes)), error
|
||||
2,
|
||||
bytes => {
|
||||
var frame = processHeader (bytes);
|
||||
|
||||
completed (frame);
|
||||
},
|
||||
error
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user