On 14.06.2011 08:49, Holger Hoffstätte mistakenly wrote: > Both your test and Alex' original code fail for me on Windows7 with JDK > 1.6.25. Your test hangs, Alex' code fails on re-bind()ing. I'm running > against svn trunk. Could this be a platform-dependenant behaviour?
No, the problem is that I was NOT running against trunk but rather against 1.5.1. trunk works as expected since it has the missing this.interrupt() in SocketServer.close(). yay! -h
