walkor / redis-queue

Message queue system written in PHP based on workerman and backed by Redis.
35 stars 8 forks source link

how to call `Gateway::sendToGroup` in redis-queue? #7

Closed hafung closed 1 year ago

hafung commented 1 year ago

i start redis-queue as a stanelone service process, in subscriber's callback call Gateway::sendToGroup(someGroup) it doesn't work...

i also try Gateway::$registerAddress = 'xxxx'

do you know how?

pls let me know. thanks!

hafung commented 1 year ago

there's zero error ... just cannot get message

hafung commented 1 year ago

i found it! message had sent, the FE missed handling!!!