I\'m with a problem that extends for more than 2 days. When I\'m exchanging messages between actors, is accusing the JVM stack overflow.
My message is an object with
Are you using java.util.LinkedList, or a custom linked list of your own? If the latter, you need to write a custom writeObject() method for it that avoids the recursion that would happen if you didn't have one.
java.util.LinkedList
writeObject()