Hi engcoder,

I'm not sure I have identified just the Adapter disconnection we are talking about, indeed in the range indicated there are a few sessions that disconnected.
All these disconnections seem to be related to client-side problems, or in any case voluntary closure of the session.
However, I want to point out that starting at 10:00:00 AM for about 3 minutes we have thousands of messages like these:

Unexpected snapshot event for MERGE item trade_info179
Unexpected snapshot event for MERGE item syola108
Unexpected UPDATE event for key 164-p0-3. Event propagated as an ADD command.


Despite all these messages are not fatal, and the server still able to handle the updates, it might be useful to check the Adapter code to properly handle the snapshot flag on each update.

On the other hand, I have a doubt, it is possible that all these updates are also received by your other adapter and the load for calculations processing is so high to cause the disconnection?

That said, the reconnection timeout is configurable by ConnectionInfo.ReconnectionTimeoutMillis property.

Regards,
Giuseppe