This commit is contained in:
2022-01-09 16:07:57 +08:00
parent 4eefe54be0
commit da056b09c7
+1 -2
View File
@@ -264,10 +264,9 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
/** /**
* @param Server $server
* @param int $fd * @param int $fd
*/ */
public function onClose(Server $server, int $fd): void public function onClose(int $fd): void
{ {
// TODO: Implement onClose() method. // TODO: Implement onClose() method.
} }