Skip to content

Commit 38ef7bc

Browse files
Jo-Byrjourdain
authored andcommitted
fix(domains): fix domains cache desynchronization
Add server cache reset when resetting domains on client side to fix bug where the client no longer has a cache for a proxy domains but the server considers it cached and unnecessary to send
1 parent 4aeaa7d commit 38ef7bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vue3-components/src/core/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ export class DataManager {
269269

270270
resetDomains() {
271271
this.cache.domains = {};
272+
this.wsClient.getRemote().Trame.trigger(`${this.namespace}ResetCache`, []);
272273
}
273274

274275
connectBus(bus) {

0 commit comments

Comments
 (0)