CFC-Servers/gm_express

Allow another argument to .Send that handles timeouts or errors

brandonsturgeon opened this issue · 0 comments

To do this, we have to make proof sending mandatory, with optional callbacks for proof receiving.

Then, we can send a success bool on the proof message to indicate errors or timeouts.

This will let the sender handle cases where the recipient never received their message.