Skip to content
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 CS7036: There is no argument given that corresponds to the required formal parameter #42

Open
LowFire opened this issue Jan 2, 2023 · 1 comment

Comments

@LowFire
Copy link

LowFire commented Jan 2, 2023

Error in Unity:
error2
In Server.cs. I have the definition for the OnServerError action also pulled up.
error

Few things I've taken note here.

One, The second argument does not take an Exception object. Instead, it asks for a TransportError enum. Also, OnServerError also requires a third argument, which is not provided. The third argument is a string, so I assume that's meant for an error message?

@LowFire
Copy link
Author

LowFire commented Jan 2, 2023

Nevermind. I just realized this exact issue was mentioned in #38. Whoops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant