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
Error in Unity:
In Server.cs. I have the definition for the OnServerError action also pulled up.
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?
The text was updated successfully, but these errors were encountered:
Error in Unity:
![error2](https://user-images.githubusercontent.com/33795345/210188128-b79c7048-e2c8-4a00-981a-78070dd48300.png)
![error](https://user-images.githubusercontent.com/33795345/210188130-870f7ab4-7d6f-42d4-b883-d0854d6ce061.png)
In Server.cs. I have the definition for the OnServerError action also pulled up.
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?
The text was updated successfully, but these errors were encountered: