diff --git a/akka-remote/src/main/scala/akka/remote/netty/NettyRemoteSupport.scala b/akka-remote/src/main/scala/akka/remote/netty/NettyRemoteSupport.scala index 5aff8408eb..fa360c43e5 100644 --- a/akka-remote/src/main/scala/akka/remote/netty/NettyRemoteSupport.scala +++ b/akka-remote/src/main/scala/akka/remote/netty/NettyRemoteSupport.scala @@ -832,7 +832,7 @@ class RemoteServerHandler( // stop all session actors for ( map ← Option(sessionActors.remove(event.getChannel)); - actor ← collectionAsScalaIterable(map.values)gddd + actor ← collectionAsScalaIterable(map.values) ) { try { actor ! PoisonPill } catch { case e: Exception ⇒ } }