Avoiding 'releaseExternalResources' for the Remote Server's executionHandler

This commit is contained in:
Viktor Klang 2012-01-09 14:45:29 +01:00
parent f029b8dc91
commit 9c6a856df2

View file

@ -565,7 +565,6 @@ class NettyRemoteServer(
openChannels.disconnect
openChannels.close.awaitUninterruptibly
bootstrap.releaseExternalResources()
executionHandler.releaseExternalResources()
remoteSupport.notifyListeners(RemoteServerShutdown(remoteSupport))
} catch {
case e: Exception remoteSupport.notifyListeners(RemoteServerError(e, remoteSupport))