在TCP通讯程序中,使用队列暂存每次要发送的TCP数据,数据格式为簇,
我使用平化至字符串模块将簇转换为字符串,在程序调试中,通过使用获取
队列状态模块查看队列中的数据,发现图示中的数据字符串没有压入到队列中,
请问应该怎么修改程序
When you unflatten, did you remember to remove those extra bytes added in the front of the string?
Please show us the other half - dequeue and unflatten part of your diagram.