Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

MessagingService Exceeding Limitations when it shouldnt be?

Asked by 2 years ago

Please include the code which you are trying to use, so the community will be better-equipped to help you with your problem.

My game uses MessagingService heavily to transfer lobby information to other servers but I am having problems with exceeding the limitations

It states on the MessagingService wiki that you are allowed: Messages sent per game server 150 + 60 * (number of players in this game server) per minute

I put pcalls inside of my code to scan for errors and it warns that:

"The rate of message requests exceeds the allowed limit." and "MessagingService:PublishAsync(): Too many publish requests. please retry later."

But I am only PublishingAsync approx 10-30 times per minute in each server, which leads me to believe that these limitations apply to the entire universe? I’m not quite sure why we are breaching these limits but if anyone has any ideas I would appreciate a reply!

Thanks!

Answer this question