Zhang Jinyang

Results 117 comments of Zhang Jinyang

@JaylinYu 我发现,如果nanomq刚启动时,立即订阅(也许是在它连到bridge之前),就会失败。如果在nanomq启动一段时间之后再订阅,就是OK的。 失败的日志: ``` 2024-11-15 07:22:22 [1] DEBUG /home/runner/work/nanomq/nanomq/nanomq/apps/broker.c:324 server_cb: INIT ^^^^^^^^ ctx [11] ^^^^^^^^ 2024-11-15 07:22:22 [1] DEBUG /home/runner/work/nanomq/nanomq/nanomq/apps/broker.c:324 server_cb: INIT ^^^^^^^^ ctx [12] ^^^^^^^^ 2024-11-15 07:22:22 [1] DEBUG...

> Well there is no msg cache for subscribe Now. But I can enhance it by add another layer of cache. Version 0.23.1 does not seem to have a cache...

我自己改了一下,大概可以实现上述需求,大家可以拉取仓库,修改[这里](https://github.com/rty813/FileCodeBoxFronted/blob/cdc86915c496df99c47be2d757dd073575ee0306/vite.config.ts#L10)的base参数为自己需要的根路径,然后构建(`npm run build-only`),并替换原来的`themes/2024`下面的内容。 https://github.com/rty813/FileCodeBoxFronted 实现效果如下: ![Image](https://github.com/user-attachments/assets/5016406a-81af-4497-8896-acb6dab41940)

@crazywoola I am using the `openai-api-compatible` plugin and the third-party o4 api, and this error is also reported. Can you backport it?

[pcap.zip](https://github.com/user-attachments/files/16734922/pcap.zip)

@MiguelCompany The compiled version is Foxy, which is no longer maintained. I tried it in the humble docker image and found that the data volume of fastrtps is still a...

@MiguelCompany Adding `is_default_profile` did indeed fix the issue. However, I'm encountering a new problem now. If I specify `initialPeerList`, the communication between both sides fails, but if I remove it,...

There's another issue. When both UDP and SHM are enabled on the same host, how does Fast RTPS choose between them? I see that both are transmitting data.

> [@rty813](https://github.com/rty813) In order for the participant configuration to be taken into account, the profile should have `is_default_profile="true"` attribute. > > ``` > > ``` I tested it, and now...