Disposing an IoConnector blocks forever in Mina 2.0.0-M3

2008-12-09 Thread Thomas Berger
Hi, nHandles in the class Worker (AbstractPollingIoConnector) gets negative: -1 in my case. Then the dispose() method blocks forever as the while loop in this worker class never breaks. Reproducing this error is pretty hard, as it usually happens after several hours. I will do a quick fix and

Re: Disposing an IoConnector blocks forever in Mina 2.0.0-M3

2008-12-09 Thread Emmanuel Lecharny
Thomas Berger wrote: Hi, nHandles in the class Worker (AbstractPollingIoConnector) gets negative: -1 in my case. Then the dispose() method blocks forever as the while loop in this worker class never breaks. Reproducing this error is pretty hard, as it usually happens after several hours. I