Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roccomuso committed Jan 9, 2017
1 parent dfaab5d commit 641cd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/wss/client.js
Expand Up @@ -40,7 +40,7 @@ client.subscribe('topic', { qos: 0 })

client.publish('topic', 'wss secure connection demo...!', { qos: 0, retained: false })

client.on('message', function (topic, message, pakcet) {
client.on('message', function (topic, message, packet) {
console.log('Received Message:= ' + message.toString() + '\nOn topic:= ' + topic)
})

Expand Down

0 comments on commit 641cd29

Please sign in to comment.