We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81365ea commit 3882342Copy full SHA for 3882342
src/Partial/SwooleBaseQueueConsumerPartial.php
@@ -25,7 +25,7 @@ trait SwooleBaseQueueConsumerPartial
25
/**
26
* 协程工作池.
27
*/
28
- private ?CoPool $coPool;
+ private ?CoPool $coPool = null;
29
30
31
* 开始消费循环.
0 commit comments