@livedigital/client 3.40.0 → 3.40.1

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@livedigital/client",
3
3
  "author": "vlprojects",
4
4
  "license": "MIT",
5
- "version": "3.40.0",
5
+ "version": "3.40.1",
6
6
  "private": false,
7
7
  "bugs": {
8
8
  "url": "https://github.com/vlprojects/livedigital-sdk/issues"
@@ -101,11 +101,10 @@ export default class EventsQueue {
101
101
  currentReceivedMsgId: message.id,
102
102
  });
103
103
  }
104
-
105
- this.#processedMessageIds.add(message.id);
106
- lastReceivedMsgId = message.id;
107
104
  }
108
105
 
106
+ this.#processedMessageIds.add(message.id);
107
+ lastReceivedMsgId = message.id;
109
108
  this.push(message);
110
109
  } catch (e) {
111
110
  this.#logger.error('Failed to parse channel message', {