From f02461cc791f9efa0d87b6e811d27b7078eb9b86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 8 May 2019 22:27:54 +0200 Subject: [PATCH] destroy sockets --- examples/Components/Routes/Collaboration/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/Components/Routes/Collaboration/index.vue b/examples/Components/Routes/Collaboration/index.vue index acb8f1b69..5fcd79401 100644 --- a/examples/Components/Routes/Collaboration/index.vue +++ b/examples/Components/Routes/Collaboration/index.vue @@ -95,6 +95,7 @@ export default { beforeDestroy() { this.editor.destroy() + this.socket.destroy() }, }