I use official java client library for esl. I get the following exception
java.nio.channels.ClosedChannelException
when I try to connect to a socket from Freeswitch after some time of normal work.
Please help me to resolve it.
I use official java client library for esl. I get the following exception
java.nio.channels.ClosedChannelException
when I try to connect to a socket from Freeswitch after some time of normal work.
Please help me to resolve it.
ClosedChannelException says that you have closed the channel and continued to use it.
following could be possible issue you need to check .
1) Programming error