We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue is present with given User-Agent, the agent does not matter, all seems to fail.
var options = new SocketIOOptions() { AutoUpgrade = true, Path = "/socket.io/", Reconnection = false, Transport = SocketIOClient.Transport.TransportProtocol.WebSocket, ExtraHeaders = new Dictionary<string, string>() { ["User-Agent"] = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36 Edg/110.0.1587.50", } };
When this extra option is removed, the request goes through fine.
Running 3.0.6.
Any idea?
The text was updated successfully, but these errors were encountered:
that means you need upgrade to 3.0.7 at least
Sorry, something went wrong.
No branches or pull requests
Issue is present with given User-Agent, the agent does not matter, all seems to fail.
When this extra option is removed, the request goes through fine.
Running 3.0.6.
Any idea?
The text was updated successfully, but these errors were encountered: