We are often experiencing "ChannelDownReconnecting event" like follows.
*=======================================================*
2018-08-06 09:00:08.947 [pool-4-thread-1] WARN  c.t.e.a.OmmConsumerImpl - loggerMsg
  ClientName: ChannelCallbackClient
  Severity: Warning
  Text:  Received ChannelDownReconnecting event on channel Channel_1
  RsslReactor @571db47e
  RsslChannel @3034be56
  Error Id 0
  Internal sysError 0
  Error Location null
  Error text SocketChannel.read returned -1 (end-of-stream)
loggerMsgEnd
*=======================================================*
This event causes "channel out of buffers" error when reconnecting and stops our application.
Can someone please tell me:
1. What is this after all?
2. What would cause thie event?
3. Is there any way to avoid it?