Abhinav Atul

Results 4 comments of Abhinav Atul

Would it be a good idea to customize the apache MINA ```IOSession#writeRequestQueue``` with a ```Deque``` and place response payloads for `resend requests` at the start of the ```Deque``` while regular...

Version `3.0.0-M2` of apache-mina makes the `DefaultWriteQueue` implement `Deque` by extending the `ConcurrentLinkedDeque`. apache-mina version bump should allow for an easier customization on prioritized scheduling of resend responses.

Hi, when trying async `lastDisconnectedTimestamp` is no longer zero. As a result, `ProxyRefreshAuthTest` fails (expects `lastDisconnectedTimestamp` to be zero). If any, what would be an acceptable `max` disconnect-reconnect interval that...