0.0.114
This commit is contained in:
@@ -38,3 +38,7 @@ chatSocket.onmessage = function (e) {
|
|||||||
let data = JSON.parse(e.data)
|
let data = JSON.parse(e.data)
|
||||||
console.log('Data: ', data)
|
console.log('Data: ', data)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
chatSocket.send(JSON.stringify({
|
||||||
|
'message': 'check connected',
|
||||||
|
}))
|
||||||
Reference in New Issue
Block a user