优化代码

main
gzydong 2021-04-22 16:54:34 +08:00
parent 1140a30aa8
commit eb5ec999a5
1 changed files with 4 additions and 5 deletions

View File

@ -30,11 +30,10 @@ use App\Service\SocketClientService;
use App\Service\SocketRoomService; use App\Service\SocketRoomService;
use App\Constants\SocketConstants; use App\Constants\SocketConstants;
///** /**
// * 消息推送消费者队列 * 消息推送消费者队列
// * @Consumer(name="ConsumerChat",enable=true) * @Consumer(name="ConsumerChat",enable=true)
// */ */
class ChatMessageConsumer extends ConsumerMessage class ChatMessageConsumer extends ConsumerMessage
{ {
/** /**