Replies: 1 comment
-
Fixed in version 0.49.1 |
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
-
struggling to get the web socket proxy working. Code is copy paste from the example. ws endpoint is a plex server. But tried with other endpoints
I receive the following error from salvo:
get response data failed error=Other("response does not have an upgrade extension")
Salvo doesn't allow setting the ws as protocol. Which results in
"ws", cannot_be_a_base
Any pointers would be helpful
endpoint im trient to proxy: ws://xxxx/:/websockets/notifications
Beta Was this translation helpful? Give feedback.
All reactions