改名
This commit is contained in:
@@ -65,7 +65,7 @@ class OnReceive extends Callback
|
|||||||
* @return mixed
|
* @return mixed
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public function onHandler(\Swoole\Server $server, int $fd, int $reactorId, string $data)
|
public function onHandler(\Swoole\Server $server, string $fd, int $reactorId, string $data)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$client = [$fd];
|
$client = [$fd];
|
||||||
|
|||||||
Reference in New Issue
Block a user