On Sat, Dec 11, 2010 at 8:02 PM, Dudley Fox <dudley....@gmail.com> wrote:
> I don't know enough java to understand it, but here is the dump of threads > and their stack traces: > Thanks for the stack trace. I see where it's hanging, but I'm not sure why it's hanging. The Socket.IO flashsocket transport starts a thread listening on the flash socket policy port (default 843). During shutdown, the code closes the listener socket, and the thread SHOULD get an AsynchronousCloseException and exit. But it doesn't so the code hangs forever waiting for the listener thread to exit. What I don't understand is why the thread isn't getting the AsynchronousCloseException. I'll have to look into it. -Tad