Xiong Wang

Results 92 comments of Xiong Wang

```cs _ws = new System.Net.WebSockets.ClientWebSocket(); // Please do not use in production environment _ws.Options.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; ```

**Great proposal.** I really need it, but neither Community Toolkit nor Theme Editor provides a simple case. where should I go to keep up-to-date with this feature?

here is a solution: https://github.com/doghappy/socket.io-client-csharp/issues/350#issuecomment-1879727071

No, you can't: https://stackoverflow.com/a/48037918

Not sure what is the real reason. it would be better if you have a reproduce repo. what's the version of socket.io in your server?

> I now have the following in my code, is this correct? Yes, that correct. > JsonSerializer Support for On-Calls It already supported. try: server: ```js socket.emit('hello', { username: 'test'...

Is there a service available for testing?

I have just tried to create a socket.io server on glitch, then use this lib to connect. It seems that glitch require a User-Agent header ```cs using var io =...

I've fixed it, need to do this in 3.0.8 ``` using var io = CreateSocketIO(); io.Options.AutoUpgrade = false; io.Options.ExtraHeaders = new Dictionary() { ["User-Agent"] = "Mozilla/5.0 (Windows NT 10.0; Win64;...

sorry, I can't get the point, could you explain more?