Skip to content

Migrate to lighthouse-client 5.0.1#13

Merged
fwcd merged 5 commits intomainfrom
lighthouse-client-5
Mar 5, 2025
Merged

Migrate to lighthouse-client 5.0.1#13
fwcd merged 5 commits intomainfrom
lighthouse-client-5

Conversation

@fwcd
Copy link
Member

@fwcd fwcd commented Mar 5, 2025

Fixes #12

This migrates to the new input APIs, while keeping a --legacy flag on the display command for older clients.

@fwcd fwcd changed the title Migrate to lighthouse-client 5.0.0 Migrate to lighthouse-client 5.0.1 Mar 5, 2025
stdout().execute(LeaveAlternateScreen)?;
disable_raw_mode()?;

ctx.lh.stop(&path.as_lh_vec()).await?;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this stop is no longer needed, since stopping now happens implicitly when the stream is dropped (with the same request id as the initial request).

@fwcd fwcd merged commit 9800a3d into main Mar 5, 2025
1 check passed
@fwcd fwcd deleted the lighthouse-client-5 branch March 5, 2025 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to lighthouse-rust 4.0.0

1 participant