Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcKeepaliveRequest
Description
Should be called regularly to keep the session active.
Should not be called more often than once in 15s and not less often than once in 5m.
Properties
No properties.
Dual message (request/response)
No dual message.Referenced in messages
No references.JsonSchema
{
"title": "Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcKeepaliveRequest",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"required": [
"Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcKeepaliveRequest"
],
"properties": {
"Era.Common.NetworkMessage.ConsoleApi.SessionManagement.RpcKeepaliveRequest": {
"$ref": "#/definitions/RpcKeepaliveRequest"
}
},
"definitions": {
"RpcKeepaliveRequest": {
"additionalProperties": false,
"type": "object"
}
}
}