I have been trying for a few days to make my UE4 Windows Server work on Playfab, i implemented the GSDK and tried to use it with the LocalMultiplayerAgent, and that worked.
After that I've tried creating a build on Playfab, after more than 1 hour the build always returned as unhealthy, I added a debug log to print out each Heartbeat check and it seems like it stops working after around 900 calls. I'm unable to ping the server / connect to it. I'm not sure what i'm doing wrong here. Thanks for the help in advance.
Answer by Dimitris Gkanatsios · Jun 02 at 05:27 PM
Can you increase the number of seconds for the LocalMultiplayerAgent to see if it repros locally?
Does the Build ever come as Healthy?
Shortly after writing this question I found the solution, I was trying to implement the GSDK by using Blueprints but it wasn't working, instead I tried the C++ approach by using this guide: gsdk/ThirdPersonMPGSDKSetup.md at main PlayFab/gsdk GitHub and that worked instantly, Thank you anyway for reaching out.
How to make dedicated server fo multiplayer game 0 Answers
Why do servers hosted on playfab return no server data 1 Answer
Unreal: Can't see other players after logging In.,Can't see other players after logging in. 1 Answer
UE4 Dedicated Server running on docker container exits with code 1 1 Answer
Azure Multiplayer server cannot connect to websocket 1 Answer