Fix HasError property (hmm, why i modified that...)
This commit is contained in:
@@ -111,7 +111,7 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
internal bool HasError {
|
internal bool HasError {
|
||||||
get {
|
get {
|
||||||
return _error != null && _error.Length > 0;
|
return _error != null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user