public function onClose($serv, $fd)
 {
     Client::remove($fd);
     Trace::debug("Client: {$fd} Close.");
 }