Skip to content

Commit 26c562c

Browse files
3.4.0适配swoole4.0.3
1 parent fa01ea7 commit 26c562c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Server/CoreBase/Actor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ public static function destroyAllActor()
461461
* 恢复Actor
462462
* @param $worker_id
463463
* @return void
464+
* @throws SwooleException
464465
*/
465466
public static function recovery($worker_id)
466467
{

src/Server/SwooleServer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ abstract class SwooleServer extends ProcessRPC
3838
/**
3939
* 版本
4040
*/
41-
const version = "3.4.0";
41+
const version = "3.4.1";
4242

4343
/**
4444
* server name

0 commit comments

Comments
 (0)