Abhinav Atul
Results
3
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.