Compile error : 'SocketIO' is a namespace but is used like a type #382
Unanswered
imflammable
asked this question in
Q&A
Replies: 1 comment
-
I had the same problem. Try SocketIOClient.SocketIO The example "Allowing Untrusted SSL Certificates" (_, _, _, _) doesn't work either. For me it works with (a, b, c, d) ... just for a try. Unfortunately not all methods are named the same as in SocketIOClient.NetFx and the socket options attribute "EnabledSslProtocols" doesn't exist either. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting this compile error when i update the SocketIOClient version to latest stable i.e 3.1.1
Beta Was this translation helpful? Give feedback.
All reactions