You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
Hi,
I'm trying to create a server with .Net 4.5 ad gives an error on creating the server:
SocketIOServer server = new SocketIOServer(new SocketIOServerOption(9001));
System.MissingMethodException: 'Method not found: 'Void EngineIOSharp.Server.EngineIOServerOption..ctor(UInt16, System.String, Boolean, UInt64, UInt64, UInt64, Boolean, Boolean, Boolean, Boolean, System.String, System.Collections.Generic.IDictionary
2<System.String,System.String>, System.Action2<WebSocketSharp.Net.HttpListenerRequest,System.Action
1<EngineIOSharp.Common.EngineIOException>>, System.Action2<WebSocketSharp.Net.WebSockets.WebSocketContext,System.Action
1<EngineIOSharp.Common.EngineIOException>>, System.Object, System.Security.Cryptography.X509Certificates.X509Certificate2, System.Net.Security.RemoteCertificateValidationCallback)'.'`
This is from the example and it's not possible to create the server, is there another way to resolve this?
The text was updated successfully, but these errors were encountered: