Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-12 11:52:58 +08:00
parent c67fc70550
commit b6f1d8eaf7
4 changed files with 22 additions and 6 deletions
+1 -3
View File
@@ -4,6 +4,7 @@ namespace Kiri\Server\Abstracts;
use Kiri\Context;
use Kiri\Server\Broadcast\OnBroadcastInterface;
use Kiri\Server\Contract\OnProcessInterface;
use Swoole\Coroutine;
use Swoole\Process;
@@ -80,9 +81,6 @@ abstract class BaseProcess implements OnProcessInterface
}
abstract public function onBroadcast($message);
/**
*
*/