Add Future GC comment
This commit is contained in:
parent
3bd83e5388
commit
28e2941449
1 changed files with 1 additions and 0 deletions
|
|
@ -293,6 +293,7 @@ class ActiveRemoteClient private[akka] (
|
|||
notifyListeners(RemoteClientError(connection.getCause, module, remoteAddress))
|
||||
false
|
||||
} else {
|
||||
//Add a task that does GCing of expired Futures
|
||||
timer.newTimeout(new TimerTask() {
|
||||
def run(timeout: Timeout) = {
|
||||
if(isRunning) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue