We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Loading Transport Class... FAILED Class not found, make sure to included namespaces!
My config looks like
{ "TransportClass": "Mirror.SimpleWebTransport", "AuthenticationKey": "Secret Auth Key", "TransportPort": 7777, "UpdateLoopTime": 10, "UpdateHeartbeatInterval": 100, "RandomlyGeneratedIDLength": 5, "RandomlyGeneratedIDChars": "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw", "UseEndpoint": true, "EndpointPort": 8080, "EndpointServerList": true, "EnableNATPunchtroughServer": true, "NATPunchtroughPort": 7776, "UseLoadBalancer": false, "LoadBalancerAuthKey": "AuthKey", "LoadBalancerAddress": "127.0.0.1", "LoadBalancerPort": 7070, "LoadBalancerRegion": 1 }
The text was updated successfully, but these errors were encountered:
Solved using Mirror.SimpleWeb.SimpleWebTransport FQDN
Mirror.SimpleWeb.SimpleWebTransport
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Loading Transport Class... FAILED
Class not found, make sure to included namespaces!
My config looks like
The text was updated successfully, but these errors were encountered: