Merge branch 'master' of github.com:jboner/akka
This commit is contained in:
commit
9f372a0ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,8 +31,8 @@ trait ListenerManagement extends Logging {
|
|||
* The <code>listener</code> is stopped by this method.
|
||||
*/
|
||||
def removeListener(listener: ActorRef) = {
|
||||
listener.stop
|
||||
listeners.remove(listener)
|
||||
listener.stop
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue