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

Shutdown#trackConnection should never be empty #6781

Merged
merged 2 commits into from Nov 1, 2022

Conversation

armanbilge
Copy link
Member

Fixes #6780.

override val trackConnection: Stream[F, Unit] = Stream.empty
override val trackConnection: Stream[F, Unit] = Stream.emit(())
Copy link
Member Author

Choose a reason for hiding this comment

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

In the next FS2 release this can be Stream.unit.

@mergify mergify bot added series/0.23 PRs targeting 0.23.x module:ember-server labels Oct 31, 2022
@armanbilge armanbilge merged commit 36372fe into http4s:series/0.23 Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ember server: Empty shutdown timeout causes "connection reset by peer" on all requests
3 participants