[xSocket-develop] org.xsocket.connection.ExtendedClosedChannelException: could not write. channel
Status: Inactive
Brought to you by:
grro
|
From: kashinath p. <kas...@gm...> - 2009-11-23 10:39:43
|
Hi,
I am writing a test server and checking whether the data can be sent in
realtime using xsocket.
I wrote the code the server and the flex client were working fine.
But after some time the server side throws the following exception and then
stops streaming data saying the connection is closed.
org.xsocket.connection.ExtendedClosedChannelException: could not write.
channel is close or not initialized (id=d69a994312520a7ac862c16d311S1
(closed))
at
org.xsocket.connection.AbstractNonBlockingStream.ensureStreamIsOpenAndWritable(AbstractNonBlockingStream.java:1527)
Does this imply the client is closing the connection or the connection was
timed out?
Thanks for the help in advance!
--
Regards,
Kashi
|