I'm having an issue with RFC calls where it's possible for one client to be behind the host in terms of game state (to do with how my game works, not TNet), but this can create issues where a RFC call comes in before the client is ready to deal with it.
Is it possible to tell TNet to hold off processing RFC calls until I tell it to resume? So it would still receive and queue up the RFC calls, but not execute them until I tell it to proceed.
If this is not possible, could you say which source files would be best to rework?