Hello,
We have a simple ServerRpc method.
If an error occurs, the method will run twice.
If there are no errors - it will run only once as it should.
We are a bit confused about why it works like that? Could someone give a bit more details / link to documentation?


Best regards
3 Likes
Finding same issue on NGO 1.5.2, the exception cannot be caught. First time around the method is called via:
__endSendServerRpc and handlers, second time is called direct. Whiel the exception is displayed and can be fixed, it’s not helpful for the method to be called again, and not clear why this should happen.