Try using axum instead of rocket. WS doesn't seem to work through trunk
This commit is contained in:
@@ -6,6 +6,10 @@ release = false
|
||||
address = "0.0.0.0"
|
||||
port = 6758
|
||||
|
||||
[[proxy]]
|
||||
ws = true
|
||||
backend = "ws://localhost:9345/api/ws"
|
||||
|
||||
[[proxy]]
|
||||
backend = "http://localhost:9345/api/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user