Fix installationId on LiveQuery connect (#6180)

Throws an error and prevents LiveQuery from reconnecting.

Fixes Monitoring installationId.
Allow installationId to be sent to and from client.
This commit is contained in:
Diamond Lewis
2019-11-04 15:53:13 -06:00
committed by GitHub
parent 4a5fed83bd
commit 2533db0ad3
4 changed files with 13 additions and 9 deletions

View File

@@ -36,6 +36,9 @@ const connect = {
sessionToken: {
type: 'string',
},
installationId: {
type: 'string',
},
},
required: ['op', 'applicationId'],
additionalProperties: false,