Skip to content

Remove futures-03-sink feature flag for ByteWriter #162

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

Merged
merged 3 commits into from
Jul 16, 2025

Conversation

nanoqsh
Copy link
Contributor

@nanoqsh nanoqsh commented Jun 30, 2025

Closes #155

As proposed, a sealed trait Sender was added:

  • when the futures-03-sink feature is enabled, it's an alias for Sink<Message, Error = WsError>
  • when the futures-03-sink feature is disabled, it's implemented only for WebSocketStream and WebSocketSender

@nanoqsh nanoqsh requested a review from sdroege July 2, 2025 04:33
@sdroege
Copy link
Owner

sdroege commented Jul 16, 2025

What's the status here?

@nanoqsh
Copy link
Contributor Author

nanoqsh commented Jul 16, 2025

What's the status here?

I answered all questions in the reviews. They are marked as "Pending" now
Upd: Sorry, forgot to submit

@sdroege
Copy link
Owner

sdroege commented Jul 16, 2025

I answered all questions in the reviews.

It looks like you forgot to actually submit them two weeks ago (but now they're there). Now we both waited for each other, I guess :)

@sdroege sdroege merged commit 782ad71 into sdroege:main Jul 16, 2025
8 checks passed
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.

Native split support without Sink
2 participants