raknet.add_send_hook from running.
It does the same job as
RemoteEvent and RemoteFunction, just with raw packets rather than ready-made remotes.
Pass the exact same function you gave raknet.add_send_hook. That hook stops running on outgoing packets. Any other registered hooks keep running.
Parameters
Returns
void