Which trait for implementing websockets inside pingora? #614
Replies: 1 comment
-
Apparently, it's there: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to avoid proxying the websocket. I want to use the fastwebsockets crate to handle the logic.
Now, which trait is the best to implement for this in Pingora ? ServeHttp is certainly wrong for this.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions