RTCS send() fails with error code 0x1639 (RTCSERR_TCP_CONN_RLSD)

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RTCS send() fails with error code 0x1639 (RTCSERR_TCP_CONN_RLSD)

2,476 Views
GaneshOkade
Contributor I

Dear Experts,

       In one of my applications, a called to send() is failing with error code 0x1639. When I look up this error code in rtcs.h I find it to be RTCSERR_TCP_CONN_RLSD with a short description that reads "Connection/TCB released".

- What does this error mean?

- What are the potential causes of this error?

- What should I look for to figure out the root cause?

 

Thanks.

 

Regards,

Ganesh Okade

RTips Technologies

Labels (1)
Tags (1)
0 Kudos
4 Replies

586 Views
spastor
Contributor I

Hello all,

I know this is an old thread, but I had the same problem, upgrading to MQX 4.0.2 and patching it solved this.

0 Kudos

586 Views
Luis_Garabo
NXP TechSupport
NXP TechSupport

Hi Ganesh,

It is possible that you lost conexion and this caused the issue. What is your application doing? What other things is the system doing when the error happens? What MQX version have you tested? Did you tried with MQX 3.8.1 to see if anything changes?

Best regards,

-Garabo

0 Kudos

586 Views
M_Grillo
Contributor III

I get the same thing on a recv() at times even though the other party has not issued a graceful shut down. I test recv() again to be sure I don’t  close a connection that is not being requested to close. I’m not sure if this is a bug or not.

MQX ver  3.4

 

Any resolve on your issue?

 

Mark

 

0 Kudos

586 Views
panpwr
Contributor IV

Hello Mark,

I get exactly the same error when using recv().

Did you find out what was the cause for this issue?

Thanks,

Lior.

0 Kudos