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

rerun --serve without web-viewer feature just immediately exists #8140

Closed
teh-cmc opened this issue Nov 14, 2024 · 0 comments · Fixed by #8145
Closed

rerun --serve without web-viewer feature just immediately exists #8140

teh-cmc opened this issue Nov 14, 2024 · 0 comments · Fixed by #8145
Assignees
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working CLI Related to the Rerun CLI

Comments

@teh-cmc
Copy link
Member

teh-cmc commented Nov 14, 2024

$ cargo r -p rerun-cli --no-default-features --features native_viewer,nasm  -- --serve
    Finished `dev` profile [optimized + debuginfo] target(s) in 0.26s
     Running `target/debug/rerun --serve`
[2024-11-14T12:10:06Z DEBUG rerun::commands::entrypoint] Detected 32 cores. Using 30 compute threads.
[2024-11-14T12:10:06Z DEBUG re_memory::memory_limit] Setting memory limit to 47.0 GiB, which is 75% of total available memory (62.7 GiB).
[2024-11-14T12:10:06Z INFO  re_sdk_comms::server] Hosting a SDK server over TCP at 0.0.0.0:9876. Connect with the Rerun logging SDK.
[2024-11-14T12:10:06Z DEBUG re_memory::memory_limit] Setting memory limit to 15.7 GiB, which is 25% of total available memory (62.7 GiB).
[2024-11-14T12:10:06Z INFO  re_ws_comms::server] Hosting a WebSocket server on ws://localhost:9877. You can connect to this with a native viewer (`rerun ws://localhost:9877`) or the web viewer (with `?url=ws://localhost:9877`).
[2024-11-14T12:10:06Z INFO  re_ws_comms::server] Shutting down Rerun server on ws://localhost:9877 after serving 0 client(s)
[2024-11-14T12:10:06Z DEBUG re_ws_comms::server] Stopping WebSocket server listener.

That doesn't make sense: rerun --serve is very useful in general, it's not specific to the web viewer.

@teh-cmc teh-cmc added 🪳 bug Something isn't working 😤 annoying Something in the UI / SDK is annoying to use CLI Related to the Rerun CLI labels Nov 14, 2024
@teh-cmc teh-cmc self-assigned this Nov 14, 2024
@Wumpf Wumpf closed this as completed in 1a30934 Nov 14, 2024
teh-cmc added a commit that referenced this issue Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use 🪳 bug Something isn't working CLI Related to the Rerun CLI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant