Skip to content

connect() blocking when called for the second time without viewer open #1781

@Sjouks

Description

@Sjouks

Describe the bug

The connect() function is blocking when it is called for the second time in the same process without a viewer open.

To Reproduce
Steps to reproduce the behavior:

import rerun
rerun.init("foo", spawn=False)
rerun.connect()
rerun.connect()

and make sure you don't have the viewer running.

Expected behavior
I would expect the second connect() to exert the same behavior as the first connect()

Screenshots

Backtrace

Desktop (please complete the following information):

  • OS: pop-os 22.04

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions