Thruway\Transport\RatchetTransport::close PHP Method

close() public method

Close transport
public close ( )
    public function close()
    {
        $this->conn->close();
    }