在客户端模式下,使用自定义解码器以及路由时,发现进入解码器的消息顺序和进入路由处理器的顺序不一致
作者: yuanjava1创建于 2025年11月14日更新于 2025年11月14日
The zinx version 1.2.5 uses the client mode, and the messages entering the router are not in the order I expect. Due to the strong dependency on the order, the parsing of the messages with the wrong order is not normal. Here is a screenshot of the log, starting from 2025/11/14 20:56:30, the decoder received four messages in a row, which is correct, but the order of the messages entering the router is incorrect. The red arrow shows that the last message entering the decoder is the first to enter the router. Please check whether it is set incorrectly or if there is a bug.
内容来源: aceld/zinx