Skip to content

Commit e8cafc3

Browse files
committed
[Modify] Add it
1 parent f895504 commit e8cafc3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,13 @@ private bool checkIfAvailable (bool client, bool server, out string message)
810810
return true;
811811
}
812812

813+
private bool checkIfAvailable (
814+
bool connecting, bool open, bool closing, bool closed, out string message
815+
)
816+
{
817+
return checkIfAvailable (true, true, connecting, open, closing, closed, out message);
818+
}
819+
813820
private bool checkIfAvailable (
814821
bool client,
815822
bool server,

0 commit comments

Comments
 (0)