Thruway\Transport\PawlTransport::close PHP Method

close() public method

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