What does the error "reader: in: connection dropped" mean when I am using the Java API?
book
Article ID: KB0089800
calendar_today
Updated On:
Products
Versions
TIBCO SmartSockets
-
Not Applicable
-
Description
Resolution: This error code indicates an end of file condition and is equivalent to an Error Code 10, "T_ERR_EOF" with other SmartSockets APIs.This error code is typically seen in a client log when the connection has been closed by the RTserver and the RTclient tries to read on the closed connection.
Issue/Introduction
What does the error "reader: in: connection dropped" mean when I am using the Java API?