Max msg/s per room

Options
https://gyazo.com/8a0ffe279d945cebe51d41406b4ff2ed hey, i was taking a look at my statistics for my game and i saw my msg/s per second got as high as 900. should is this problem? if so how should i got about fixing it? (my game has a max of 10 players per room)

Comments

  • S_Oliver
    S_Oliver ✭✭✭
    edited October 2020
    Options
    If I remember correctly, there was a soft limit of 500msg/s per Room. That's not a hard limit you can, like you already encountered, overshoot that but not for that long.

    Also, photon recommends rooms with a limit of 6 players to max 8 players otherwise you have to go carefully over what you are sending.
    As an example, for weapon while shooting, instead of sending every shoot, only sending when the player starts pressing the button and stopped pressing the button
  • Markus
    Options
    Yes, you should carefully observe your used traffic amount.
    Also clients (especially mobile ones) might have issues with too high msg/s numbers.