[Modify] Remove it
This commit is contained in:
parent
45d3bb4bdb
commit
74e2b0f85b
@ -210,11 +210,6 @@ namespace WebSocketSharp
|
|||||||
return id == null || id.Length == 0 ? "'id' is null or empty." : null;
|
return id == null || id.Length == 0 ? "'id' is null or empty." : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static string CheckIfValidWaitTime (this TimeSpan time)
|
|
||||||
{
|
|
||||||
return time <= TimeSpan.Zero ? "A wait time is zero or less." : null;
|
|
||||||
}
|
|
||||||
|
|
||||||
internal static bool CheckWaitTime (this TimeSpan time, out string message)
|
internal static bool CheckWaitTime (this TimeSpan time, out string message)
|
||||||
{
|
{
|
||||||
message = null;
|
message = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user