* adding heartbeat interval to login_ack
This commit is contained in:
parent
ba473ee9c9
commit
d055d7212e
|
|
@ -84,6 +84,7 @@ message LoginAck {
|
|||
optional string public_ip = 1;
|
||||
optional string client_id = 2; // a new client_id if none is supplied in Login, or just the original client_id echoed back
|
||||
optional string token = 3; // the remember me token. This is useful if you logged in with username/password (otherwise it's just 'token' echoed back)
|
||||
optional int32 heartbeat_interval = 4; // set your heartbeat interval to this value
|
||||
}
|
||||
|
||||
// route_to: server
|
||||
|
|
|
|||
Loading…
Reference in New Issue