krishnaji / az-aks-unreal-pixel-streaming

Unreal Pixel Streaming on Azure Kubernetes Service(AKS)
Other
23 stars 12 forks source link

MatchMaking is not able to manage session #2

Open gouravjoshicldcvr opened 1 year ago

gouravjoshicldcvr commented 1 year ago

HI

Same setup i deployed on AWS EKS and things working fine except below issue. Issue: Matchmaker is exposed on Load Balancer service. Signalling server is also expoed on Load balancer service which is having multiple pods in backend.

When matchmaking is redirecting request to signalling server, request is being routed to random pods that are already being 
used by some other user who is already playing game  which tends multiple user in same game.

I think matchmaking is not able to manage session for this.
Kindly help in the same.
sagarpatil23192 commented 1 year ago

Facing a similar issue on EKS. Any help is appreciated.