@hocuspocus/provider 2.2.0 → 2.2.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.
@@ -2137,6 +2137,7 @@ class HocuspocusProviderWebsocket extends EventEmitter {
2137
2137
  }
2138
2138
  onMessage(event) {
2139
2139
  this.resolveConnectionAttempt();
2140
+ this.lastMessageReceived = getUnixTime();
2140
2141
  }
2141
2142
  resolveConnectionAttempt() {
2142
2143
  if (this.connectionAttempt) {