refactor session ID handling in worker communication protocol; replace subscriptionIdentifier with displayIdentifier
Some checks failed
Build Backend Application and Docker Image / build-docker (push) Failing after 8s
Some checks failed
Build Backend Application and Docker Image / build-docker (push) Failing after 8s
This commit is contained in:
parent
700d3b3efe
commit
112ca9325d
1 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ Allows the backend to instruct the worker to associate a session ID with a subsc
|
||||||
{
|
{
|
||||||
"type": "setSessionId",
|
"type": "setSessionId",
|
||||||
"payload": {
|
"payload": {
|
||||||
"subscriptionIdentifier": "display-001;cam-002",
|
"displayIdentifier": "display-001",
|
||||||
"sessionId": 12345
|
"sessionId": 12345
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -279,7 +279,7 @@ Or to clear the session:
|
||||||
{
|
{
|
||||||
"type": "setSessionId",
|
"type": "setSessionId",
|
||||||
"payload": {
|
"payload": {
|
||||||
"subscriptionIdentifier": "display-001;cam-002",
|
"displayIdentifier": "display-001",
|
||||||
"sessionId": null
|
"sessionId": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue