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

Simplify http4s websocket interpreter. #3068

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

kamilkloch
Copy link
Contributor

@kamilkloch kamilkloch commented Jul 25, 2023

Directly use WebSocketBuilder2#build(sendReceive: Pipe[F, WebSocketFrame, WebSocketFrame]). Maybe relates to #3048?

@adamw adamw merged commit 5aa112d into softwaremill:master Jul 25, 2023
@adamw
Copy link
Member

adamw commented Jul 25, 2023

Indeed this seems unnecessarily complicated - probably a left-over from earlier http4s web socket incarnations. Thanks!

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.

2 participants