diff --git a/webpack/lib/content-controller.js b/webpack/lib/content-controller.js index b8e0933..e1a0b9b 100644 --- a/webpack/lib/content-controller.js +++ b/webpack/lib/content-controller.js @@ -190,6 +190,9 @@ export default class ContentController{ // 4. Start communication csock.bind(); + // 5. Send RID (useful when reconnecting, but a doublon at first connection) + csock.send({ buffer: { rid: gs.get.room.text.current } }); + }