endlesschung

Results 3 issues of endlesschung

![image](https://github.com/hyperf/hyperf-skeleton/assets/8923583/3066e6eb-f8e9-4ecc-8541-780e57ad115d) ![image](https://github.com/hyperf/hyperf-skeleton/assets/8923583/e0842e40-db0d-43c3-8608-afd38715d5bf) ![image](https://github.com/hyperf/hyperf-skeleton/assets/8923583/8f7f1249-f791-49a2-b754-b1abd3f2706c)

// sending to individual socketid (private message) // 向 socketId 单点推送 $io->to('socketId')->emit('hey', 'I just met you'); 使用文档单点推送,短时间内还是能正常收到,时间一长,客户端就开始无法正常收到服务器端的单点推送了 // sending to all clients in 'game' room, including sender // 向 game...

bug

[ERROR] TypeError: Hyperf\Amqp\IO\SwooleIO::__construct(): Argument #2 ($port) must be of type int, string given, called in /opt/www/vendor/hyperf/amqp/src/IO/IOFactory.php on line 29 and defined in /opt/www/vendor/hyperf/amqp/src/IO/SwooleIO.php:45 2025-04-15T15:18:19.135254844Z Stack trace: 2025-04-15T15:18:19.135260426Z #0 /opt/www/vendor/hyperf/amqp/src/IO/IOFactory.php(29): Hyperf\Amqp\IO\SwooleIO->__construct()...

question