All,<br><br>I have an application that consists of a sensor that is continually sending data using Spread and a receiver for this data that reads the messages and logs them. On the receiver end after receiving ~2300 messages SP_Receive fails with error -8. Looking in the log file the error I&#39;m getting is:<br>
<br>Sess_read: failed receiving header on session 9: ret 0: error: Resource temporarily unavailable <br><br>Anyone have any idea what might be causing this. I&#39;ve already checked to make sure I&#39;m deleting any dynamically allocated memory and the buffer that the message gets read in to is declared once as a variable char message[MESSAGE_SIZE] rather than dynamically.<br>
<br>Thanks.<br><br>-Mike<br>