Askedio\LaravelRatchet\RatchetServer::onClose PHP Метод

onClose() публичный Метод

Perform action on close.
public onClose ( Ratchet\ConnectionInterface $conn ) : [type]
$conn Ratchet\ConnectionInterface [description]
Результат [type]
    public function onClose(ConnectionInterface $conn)
    {
        $this->clients->detach($conn);
        $this->console->error(sprintf('Disconnected: %d', $conn->resourceId));
    }