Other Parts Discussed in Thread: CC3220SF
Hi all,
I'm using the MQTT client example to do some test. I developed a small C# application to send packets to the broker which the CC3220SF is subscribed, the problems are these:
1) If I send more than 1010 bytes on a single packetto the device , the latter brokes the connection with the following error:
C: Net 0, Raw Error -6, Time Out: N [1931]
C: RX closing Net 0 [-6]
C: Cleaning session for net 0
C: Net 0 now closed
BRIDGE DISCONNECTION
2) If a send repeatly smallest packets all work, but some times the device broke the connection with the following error:
C: Rcvd msg Fix-Hdr (Byte1) 0x34 from net 0 [@ 1993]
C: Msg w/ ID 0x0023, processing status: Fail
C: RX closing Net 0 [-9]
C: Cleaning session for net 0
C: Net 0 now closed
BRIDGE DISCONNECTION
Where is the problem? MQTT should receive and process a packet at a time. The c# application I developed can subscribe also, I try to receive what I send and all work on this application.
Can you give me some indication? Is a lib bug?
Thanks!
Riccardo