This commit is contained in:
2021-08-12 14:00:44 +08:00
parent a4056c8341
commit 3bd3a39642
12 changed files with 11 additions and 736 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use Server\ExceptionHandlerDispatcher;
use Server\ExceptionHandlerInterface;
use Server\SInterface\OnReceive;
abstract class Tcp implements OnReceive
abstract class Tcp extends Server implements OnReceive
{
use EventDispatchHelper;