Avoiding 'releaseExternalResources' for the Remote Server's executionHandler
This commit is contained in:
parent
f029b8dc91
commit
9c6a856df2
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue