Well, sending messages took longer than it should have
This commit is contained in:
@@ -38,7 +38,6 @@ export default class Socket {
|
||||
}
|
||||
|
||||
onBroadcast(msg) {
|
||||
console.log(msg.msg)
|
||||
window.dispatchEvent(new CustomEvent(msg.event, {
|
||||
detail: msg.msg
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user