---
title: GKSendDataMode.reliable
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gksenddatamode/reliable
---

# GKSendDataMode.reliable

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

## Declaration

```swift
case reliable
```

## Discussion

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

## See Also

### Constants

- [GKSendDataMode.unreliable](gamekit/gksenddatamode/unreliable.md)
