-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
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
Error with Example code! Help! #21
Comments
Same here :( sadly I got no solution for you so far. |
I found a solution now. Only the SocketMessage event uses the MessageEventArgs class. All other events expect the normal EventArgs class. Change your code to that and make sure to import the System namespace (using System). That should fix this error. |
i have same problem please help me This id my code: using SocketIOClient; public class soketIO : MonoBehaviour {
I got these errors : Assets/soketIO.cs(25,24): error CS0123: A method or delegate |
CapsE's Solution works for me. |
that all |
Here is my code
This is my Error:
http://i.imgur.com/9NIwqhz.png
The text was updated successfully, but these errors were encountered: