Hi,

I am using REDUX dev tools in my angular web application, there is spiked data traffic on snapshot retrieval and the plugin crashes with the below logs and reconnect happens,



  • INFO |L.requests |PUMP POOLED THREAD 1 |Closed session <some sessionID> with internal cause code: 38/2 (Connection interrupted by client).

or

  • INFO |L.requests |PUMP POOLED THREAD 1 |Closed session <some sessionID> with internal cause code: 39 (Timeout waiting for client rebind).


Questions:

1. Is there a way to fix the connection issue since the reconnect pulls the redundant data.
2. Can I get the error code mapping - 39 , 38/2 .. etc for understanding purpose

Thanks
Rajesh