uSee

Results 27 comments of uSee

> 尝试clean一下 没有效果,版本是ANDROID 10.0(Q)

比如以下三条的 `member.id` 是明显对不上了: ```php [2023-08-25 10:37:18] business.INFO: errorCode:27 | generationId:225 | getMemberId:visitor_consumer-64e884548277e-492d04ac-8def-464f-aa6e-abda7d046f97 [] [] [2023-08-25 10:37:18] business.INFO: errorCode:82 | generationId:225 | getMemberId:visitor_consumer-64e884548277e-492d04ac-8def-464f-aa6e-abda7d046f97 [] [] [2023-08-25 10:37:24] business.INFO: errorCode:27 | generationId:226...

> 遇到了同样的问题,请问有解决方案吗? 改代码,关闭首次心跳检测

@valmoz hi, I wonder if there is no need to additionally configure the credentials (key and secret) of aws?

> @assoyuan @wuxi889 遇到同样的问题, 服务重启就会触发此错误, 具体有什么解决方案吗 我的仓库有 fork 的项目,针对这个有修改

> Are you able to use something like wireshark to see if the DNS lookup is actually going out? @GrahamCampbell Yes, I monitored the traffic using tcpdump and confirmed that...

> DNS should be cached between requests, in accordance with the TTL on the record coming from the server, so long as the same Guzzle client is used. If you...

> The issue is possibly that you are making a new client over and over, looking at your code, there. @GrahamCampbell I have considered this scenario as well. However, after...

> 有 2 个测试没有通过,建议先解决一下 @Yurunsoft `phpstan` 我在本地(`src/Sasl`)未测出问题,麻烦告知下线上的测试环境。 ![image](https://github.com/swoole/phpkafka/assets/29323350/6dfed464-cf64-4c2e-b676-988e70662bf1) 还有 `php-cs-fix` 也是,这个错误有点奇怪 ![image](https://github.com/swoole/phpkafka/assets/29323350/9508b562-fc0b-4592-9592-ba313dd35e1f)