[Modify] Polish it
This commit is contained in:
@@ -89,7 +89,7 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
public bool WantMore {
|
public bool WantMore {
|
||||||
get {
|
get {
|
||||||
return _state != InputChunkState.End;
|
return _state < InputChunkState.End;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user