Hi all,<br><br>I have created a Spread endpoint that opens a SpreadConnection with the daemon and listens for inbound messages.&nbsp; When I test the reception of inbound messages, I get a &quot;java.lang.OutOfMemoryError: Java heap space&quot; after handling 5 or so inbound spread messages.
<br><br>Essentially the endpoint listens for inbound spread messages, handles the messages and sends a response message back to the private group of the inbound message.&nbsp; The endpoint uses the same spread connection for all communications.
<br><br>I have looked through my code and I don&#39;t have any memory leaks that I can see. <br><br>Any help would be greatly appreciated.&nbsp; Thanks!<br><br>Chris<br><br>