Problem shutting down client - hangs on releaseExternalResources
Jonas Bonér
lists at jonasboner.com
Sat Aug 21 15:58:54 EDT 2010
Hi.
I have problem shutting down a Netty client.
I am following the shutdown instructions I think.
I do:
openChannels.close.awaitUninterruptibly
bootstrap.releaseExternalResources
and it hangs indefinitely on releaseExternalResources.
Here is a link to the code:
http://github.com/jboner/akka/blob/master/akka-core/src/main/scala/remote/RemoteClient.scala#L230
Appreciate any help since this is a showstopper for Akka.
Thank you.
Ps. I love Netty. Awesome piece of software. Ds.
--
Jonas Bonér
code: http://akkasource.com
blog: http://jonasboner.com
twitter: @jboner
More information about the netty-users
mailing list