Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc2
-
Fix Version/s: None
-
Component/s: Transport: TCP / UDP / SSL / Multicast
-
Labels:None
-
Similar Issues:None
Description
When creating a tcp receiver, it's possible to access the ResponseOutputStream from Event and write something on it.
Sometimes client disconnect and socket is closed, if we try to write on the stream, we got an error.
Is it possible to have access to the socket and test if he's closed or not ?