Replies: 1 comment
-
I haven't used the server browser feature yet. I've only used the server stuff for direct connections. |
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
-
I'm trying to verify that I'm setting up a game server correctly by checking the Steam client's built in server browser. After running the test repeatedly and clicking the [Refresh All] button repeatedly, I'm still not seeing anything added to the server browser.
Here's the code I'm running:
And here's the output:
I've tried changing the authentication mode, server version, product name, and commenting out the line that enables dedicated server mode. In all of these cases it continues to run without error but it still doesn't put anything in the server browser.
The only think I could think of was that heartbeats were disabled by default so I added the following to my local copy of the repository:
... And still nothing.
Do you have any idea of what I might be doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions