Clearing RPC

Options
I can't seem to find the answer to this with search.

How can I clear the list of incoming RPCs on the master client so it doesn't get processed? The RPC events are not buffered, and sent from clients.

What I am trying to achieve:
When master client pauses the game (home screen / back button) and resumes the game, I DONT want to process any of the RPC events that were triggered by clients while the master client was away from the game.

Comments