@antha/multiplayer-core 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -265,6 +265,7 @@ export class MultiplayerRoomController extends ListenTarget {
265
265
  });
266
266
  if (connectionResult.connected) {
267
267
  makeWritable(this).roomId = room.roomId;
268
+ this.stopRoomUpdates();
268
269
  this.updateConnectionState({
269
270
  room: MultiplayerConnectionState.Connected,
270
271
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antha/multiplayer-core",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Core functionalities for Antha multiplayer mods.",
5
5
  "keywords": [
6
6
  "vir",