Since UE4 can't have multiple sessions on one GSI(Game Server Instance), we need to use multiple GSIs to meet players' requirements. Then we face a problem, how we gonna manange these game server ...
I want to create a simple connection with the server made using flask and an unreal client. The thing is that my python server run just fine as if I connect using a client written in python then they ...