2

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.

Wasi Ahmad
  • 35,739
  • 32
  • 114
  • 161
carapuz
  • 75
  • 8
  • you may get help from this - https://stackoverflow.com/questions/2801087/java-nio-channels-closedchannelexception – Wasi Ahmad Jun 20 '17 at 07:07

1 Answers1

0

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

2) patch for java org.freeswitch.esl.client library

vaquar khan
  • 10,864
  • 5
  • 72
  • 96