We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa01ea7 commit 26c562cCopy full SHA for 26c562c
src/Server/CoreBase/Actor.php
@@ -461,6 +461,7 @@ public static function destroyAllActor()
461
* 恢复Actor
462
* @param $worker_id
463
* @return void
464
+ * @throws SwooleException
465
*/
466
public static function recovery($worker_id)
467
{
src/Server/SwooleServer.php
@@ -38,7 +38,7 @@ abstract class SwooleServer extends ProcessRPC
38
/**
39
* 版本
40
41
- const version = "3.4.0";
+ const version = "3.4.1";
42
43
44
* server name
0 commit comments