| GameLiftManagerKeepConnectionAlive Method |
Sends an empty packet to the server to help maintain the android socket
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private IEnumerator KeepConnectionAlive()
Private Function KeepConnectionAlive As IEnumerator
private:
IEnumerator^ KeepConnectionAlive()
private member KeepConnectionAlive : unit -> IEnumerator
Return Value
Type:
IEnumeratorWaits for 1 second before sending another packet
See Also