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