I develop a MSN bot using JML. Recently, it frequently encounters SocketTimeoutException! Do you know what happens and how to solve this problem?
Smth happen to connection - IO ex
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at net.sf.jml.net.Session$1.run(Session.java:172)
at java.lang.Thread.run(Unknown Source)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I develop a MSN bot using JML. Recently, it frequently encounters SocketTimeoutException! Do you know what happens and how to solve this problem?
Smth happen to connection - IO ex
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at net.sf.jml.net.Session$1.run(Session.java:172)
at java.lang.Thread.run(Unknown Source)