Multiplayer: is it possible to log all rpc and rset calls?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By avnih

I’m making a peer to peer game, in which players sync info between them.
I found I had a sync loop (player x syncs player y, and the sync triggers a new sync from player y to x, and so on in a loop). I’m concerned that there might be other loops, and they are hard to find. I need a log of my network activity, to help me find them.

Is there a way to log all the rpc calls made by a client (regardless of specific node)?

:bust_in_silhouette: Reply From: avnih

Found it:
Debugger (in the lower tool bar) → Network Profiler