Hi Emmanuel,
There is a BIG bug in MINA 2.0.0-M4 I fixed last week : the CircularList
is not thread safe, and when writing messages into it, you may have
impredictable results. I replaced it with a ConcurrentList, and the
problem is now fixed. We still have to release MINA 2.0.0-RC1, but I
think we will do maybe next week.
Can you do that : build MINA trunk, and use it (MINA-2.0.0-M4-SNAPSHOT)
for a new test, to see if the SearchResponseEntry are still hold ?
Thanks !
I've just built mina trunk (producing mina-core-2.0.0-RC1-SNAPSHOT.jar)
and tested with that.
Unfortunately it still does the same, i.e. the SearchResponseEntrys are
held by the DefaultWriteRequestQueue.
Martin