@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.
|
@@ -2113,6 +2113,7 @@ class HocuspocusProviderWebsocket extends EventEmitter {
|
|
|
2113
2113
|
}
|
|
2114
2114
|
onMessage(event) {
|
|
2115
2115
|
this.resolveConnectionAttempt();
|
|
2116
|
+
this.lastMessageReceived = getUnixTime();
|
|
2116
2117
|
}
|
|
2117
2118
|
resolveConnectionAttempt() {
|
|
2118
2119
|
if (this.connectionAttempt) {
|