Contents

GKSendDataMode.reliable

The data is sent continuously until it is successfully received by the intended recipients or the connection times out.

Declaration

case reliable

Discussion

Reliable transmissions are delivered in the order they were sent. Use this when you need to guarantee delivery.

See Also

Constants