mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-02 11:48:08 +08:00
add deprecated to getClientCallbackTimeout()
This commit is contained in:
parent
50e8e180df
commit
a1d0c71f10
@ -324,6 +324,9 @@ class SocketIO implements OnMessageInterface, OnOpenInterface, OnCloseInterface
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated use SocketIOConfig::getClientCallbackTimeout() instead
|
||||
*/
|
||||
private function getClientCallbackTimeout(): int
|
||||
{
|
||||
if ($this->clientCallbackTimeout !== 10000) {
|
||||
|
Loading…
Reference in New Issue
Block a user