Replies: 1 comment 14 replies
-
Hey ! Do you have any log from client or server side ? You can enable socketioxide logs with the tracing feature and add a tracing subscriber. |
Beta Was this translation helpful? Give feedback.
14 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.
-
I am solving this issue: getnamo/SocketIOClient-Unreal#425 that client for Unreal Engine supports only protocol v4 of SocketIO, and I cannot connect, so I think socketioxide uses v5 by default, so I would like to ask you how can I switch to v4 protocol my cargo.toml looks like:
socketioxide = { version = "0.12", features = ["v4"] }
but when I install packages, build it and run it, I still cannot connect to the server, so I wonder if my server is actually running v4 protocol or if there is some debug log that I can read what is happening.
Beta Was this translation helpful? Give feedback.
All reactions