[Modify] Remove it
This commit is contained in:
parent
7018bab939
commit
45f0e8b6fc
@ -184,11 +184,6 @@ namespace WebSocketSharp
|
|||||||
: null;
|
: null;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static string CheckIfValidSessionID (this string id)
|
|
||||||
{
|
|
||||||
return id == null || id.Length == 0 ? "'id' is null or empty." : 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