This commit is contained in:
2022-10-11 18:41:58 +08:00
parent 7ea28f47e1
commit 7f28443d99
+1 -1
View File
@@ -296,7 +296,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa
* @param int $fd * @param int $fd
* @return void * @return void
*/ */
public function onClose(int $fd): void public function OnClose(int $fd): void
{ {
// TODO: Implement onClose() method. // TODO: Implement onClose() method.
} }