Hi,
as soon as i terminate my program (using CTRL+C), i get the following from an ObjectInputStream created on a tcp socket. Is this message just thrown, because while the stream is blocking i "violently" terminate the execution or because an object is being read at that time?
java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(ObjectInputStream.java:2498)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1273)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
at swarm.sys.agents.Farm$PreviousFarmMessageReaderThread.run(Farm.java:263)
at java.lang.Thread.run(Thread.java:595)