Open ZFHung opened 3 months ago
The new version was released. if you want to ignore ssl validation:
var io = new SocketIO("https://localhost:11404", new SocketIOOptions
{
RemoteCertificateValidationCallback = (_, _, _, _) =>
{
return true;
}
});
I use this code ,still cannot coonect to the Socket Server。how can i fix?
var io = new SocketIO("https://localhost:11404", new SocketIOOptions { RemoteCertificateValidationCallback = (, , , ) => { return true; } });
Sorry. I'm too late.
First try to update lib to latest version, if you still blocked by compiling errors. please show error messages