File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 23
23
"require-dev" : {
24
24
"yiisoft/yii2-redis" : " *" ,
25
25
"php-amqplib/php-amqplib" : " *" ,
26
- "enqueue/amqp-lib" : " ^0.8 " ,
26
+ "enqueue/amqp-lib" : " dev-master " ,
27
27
"pda/pheanstalk" : " *" ,
28
28
"jeremeamia/superclosure" : " *" ,
29
29
"yiisoft/yii2-debug" : " *" ,
30
30
"yiisoft/yii2-gii" : " *" ,
31
31
"phpunit/phpunit" : " ~4.4" ,
32
32
"aws/aws-sdk-php" : " >=2.4" ,
33
- "enqueue/stomp" : " ^0.8.27 "
33
+ "enqueue/stomp" : " dev-master "
34
34
},
35
35
"suggest" : {
36
36
"ext-pcntl" : " Need for process signals." ,
72
72
"type" : " composer" ,
73
73
"url" : " https://asset-packagist.org"
74
74
}
75
- ]
75
+ ],
76
+ "minimum-stability" : " dev" ,
77
+ "prefer-stable" : true
76
78
}
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ public function run($repeat, $timeout = 0)
190
190
break ;
191
191
} elseif ($ timeout ) {
192
192
sleep ($ timeout );
193
+ $ this ->context ->getStomp ()->getConnection ()->sendAlive ();
193
194
}
194
195
}
195
196
});
You can’t perform that action at this time.
0 commit comments