matterbridge 2.1.5-dev.5 → 2.1.5-dev.7

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.
@@ -926,6 +926,9 @@ export class Matterbridge extends EventEmitter {
926
926
  for (const plugin of this.plugins) {
927
927
  await this.removeAllBridgedEndpoints(plugin.name);
928
928
  }
929
+ this.log.debug('Waiting for the MessageExchange to finish...');
930
+ await new Promise((resolve) => setTimeout(resolve, 1000));
931
+ this.log.debug('Cleaning up and shutting down...');
929
932
  await this.cleanup('unregistered all devices and shutting down...', false);
930
933
  }
931
934
  async shutdownProcessAndReset() {
@@ -969,6 +972,8 @@ export class Matterbridge extends EventEmitter {
969
972
  }
970
973
  }
971
974
  this.log.notice(`Stopping matter server nodes in ${this.bridgeMode} mode...`);
975
+ this.log.debug('Waiting for the MessageExchange to finish...');
976
+ await new Promise((resolve) => setTimeout(resolve, 1000));
972
977
  if (this.bridgeMode === 'bridge') {
973
978
  if (this.serverNode) {
974
979
  await this.stopServerNode(this.serverNode);
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.cf25d33e.css",
4
- "main.js": "./static/js/main.0dc7cf45.js",
4
+ "main.js": "./static/js/main.cd192588.js",
5
5
  "static/js/453.abd36b29.chunk.js": "./static/js/453.abd36b29.chunk.js",
6
6
  "static/media/roboto-latin-700-normal.woff2": "./static/media/roboto-latin-700-normal.4535474e1cf8598695ad.woff2",
7
7
  "static/media/roboto-latin-500-normal.woff2": "./static/media/roboto-latin-500-normal.7077203b1982951ecf76.woff2",
@@ -61,11 +61,11 @@
61
61
  "static/media/roboto-greek-ext-400-normal.woff": "./static/media/roboto-greek-ext-400-normal.16eb83b4a3b1ea994243.woff",
62
62
  "index.html": "./index.html",
63
63
  "main.cf25d33e.css.map": "./static/css/main.cf25d33e.css.map",
64
- "main.0dc7cf45.js.map": "./static/js/main.0dc7cf45.js.map",
64
+ "main.cd192588.js.map": "./static/js/main.cd192588.js.map",
65
65
  "453.abd36b29.chunk.js.map": "./static/js/453.abd36b29.chunk.js.map"
66
66
  },
67
67
  "entrypoints": [
68
68
  "static/css/main.cf25d33e.css",
69
- "static/js/main.0dc7cf45.js"
69
+ "static/js/main.cd192588.js"
70
70
  ]
71
71
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.0dc7cf45.js"></script><link href="./static/css/main.cf25d33e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><base href="./"><link rel="icon" href="./matterbridge 32x32.png"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><title>Matterbridge</title><link rel="manifest" href="./manifest.json"/><script defer="defer" src="./static/js/main.cd192588.js"></script><link href="./static/css/main.cf25d33e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>