georgeOsdDev / xitrum-leochat

Chat demo of xitrum with LeoFS
https://slid.es/georgeosd/introduction-of-xitrum
1 stars 0 forks source link

MsgQManager should remove terminated clients #12

Closed ngocdaothanh closed 11 years ago

ngocdaothanh commented 11 years ago
  private var clients    = Seq[ActorRef]()

Currently, terminated clients are not removed from clients. The server will be out of memory at some time.