Replies: 1 comment
-
Ahoy @Leonas734 ! Just to make sure, when you say that you resolved it by logging in with the above code, are you saying that you've resolved the entire discussion, or do you still want assistance with the original question? If this resolves the entire problem, can you close this discussion? Otherwise we can start looking in to the inquiry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Edit: apologies. I was misunderstood other documentation online. Resolved by logging in with the following code.
How can I start a new session without a user on a dedicated server? From what I've read online there is some way to use the
EOS server client key
instead of a logged-in user ID. But I'm not sure how to do this.I'm currently running
GetEOSSessionsManager.CreateSession(session, OnSessionCreated, false);
But it is failing because of an invalid user.
I would appreciate any help! 😄
Beta Was this translation helpful? Give feedback.
All reactions