Add Future GC comment

This commit is contained in:
Viktor Klang 2011-03-05 14:59:22 +01:00
parent 3bd83e5388
commit 28e2941449

View file

@ -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) {