<div><br></div><div>You&#39;re trying to call releaseExternalResources in channelClosed() of your handler. It&#39;s a deadlock to me.</div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br><div class="gmail_quote">
On Sun, Aug 22, 2010 at 3:58 AM, Jonas Bonér <span dir="ltr">&lt;<a href="mailto:jonas@jonasboner.com">jonas@jonasboner.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi.<br>
<br>
I have problem shutting down a Netty client.<br>
I am following the shutdown instructions I think.<br>
<br>
I do:<br>
openChannels.close.awaitUninterruptibly<br>
bootstrap.releaseExternalResources<br>
<br>
and it hangs indefinitely on releaseExternalResources.<br>
<br>
Here is a link to the code:<br>
<a href="http://github.com/jboner/akka/blob/master/akka-core/src/main/scala/remote/RemoteClient.scala#L230" target="_blank">http://github.com/jboner/akka/blob/master/akka-core/src/main/scala/remote/RemoteClient.scala#L230</a><br>

<br>
Appreciate any help since this is a showstopper for Akka.<br>
<br>
Thank you.<br>
<br>
Ps. I love Netty. Awesome piece of software. Ds.<br>
<br>
--<br>
Jonas Bonér<br>
<br>
work: <a href="http://akkasource.org" target="_blank">http://akkasource.org</a><br>
code: <a href="http://github.com/jboner" target="_blank">http://github.com/jboner</a><br>
blog:  <a href="http://jonasboner.com" target="_blank">http://jonasboner.com</a><br>
twtr:  @jboner<br>
<br>
_______________________________________________<br>
netty-users mailing list<br>
<a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a></blockquote></div><br></div>