Skip to content

Conversation

@sdroege
Copy link
Owner

@sdroege sdroege commented Dec 7, 2024

…sage

And also bump MSRV to 1.64.

Fixes #142

@sdroege sdroege force-pushed the feat/opt-sink-and-future-util branch from bb0b695 to 0c60de0 Compare December 7, 2024 11:33
@stackinspector
Copy link
Contributor

LGTM

@sdroege sdroege merged commit b78f952 into main Dec 8, 2024
16 checks passed
@sdroege sdroege deleted the feat/opt-sink-and-future-util branch December 8, 2024 09:48
@sdroege
Copy link
Owner Author

sdroege commented Dec 8, 2024

I'll get a release out with this in the next days

}

impl<S> WebSocketStream<S> {
/// Simple send method to replace `futures_sink::Sink` (till v0.3).
Copy link

Choose a reason for hiding this comment

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

What does till v0.3 mean in this context?

Copy link
Contributor

Choose a reason for hiding this comment

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

A new simple Sink API maybe normalized in the future. See #142

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.

Provide a simple async fn send method for better interoperability with futures-lite based facilities

4 participants