Updated Whisper Push Notifications (markdown)

Victor Farazdagi 2017-04-11 23:43:48 +03:00
parent 6fa6fc82fc
commit b5afb6dc73
1 changed files with 1 additions and 1 deletions

@ -219,7 +219,7 @@ var createChatSession = function (subscriptionKey) {
topics: [newChatSessionTopic],
payload: '{"chat": "' + chatId + '"}', // globally unique chat ID
ttl: 20,
keyname: keyname
keyname: keyname // we use subscription key, so connection is NOT public
});
if (err !== null) {
console.log("message NOT sent")