Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Sjouks opened this issue Apr 5, 2023 · 1 comment
Closed
Labels
🪳 bug Something isn't working good first issue Good for newcomers

Comments

@Sjouks
Copy link
Contributor

Sjouks commented Apr 5, 2023

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

@Sjouks Sjouks added 👀 needs triage This issue needs to be triaged by the Rerun team 🪳 bug Something isn't working labels Apr 5, 2023
@emilk emilk added the good first issue Good for newcomers label Apr 6, 2023
@nikolausWest nikolausWest removed the 👀 needs triage This issue needs to be triaged by the Rerun team label Apr 10, 2023
@emilk
Copy link
Member

emilk commented Apr 17, 2023

Closed by #1830

@emilk emilk closed this as completed Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants