@superhero/eventflow-hub 4.0.10 → 4.0.11

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -106,11 +106,11 @@ export default class Hub
106
106
  this.server.on('error', this.#onServerError.bind(this))
107
107
  this.server.on('close', this.#onServerClose.bind(this))
108
108
 
109
+ this.log.info`listen on ${this.config.INTERNAL_IP}:${this.config.INTERNAL_PORT}`
110
+
109
111
  await this.#persistHubOnline()
110
112
  await this.#broadcastHubOnlineToPeerHubs()
111
113
 
112
- this.log.info`listen on ${this.config.INTERNAL_IP}:${this.config.INTERNAL_PORT}`
113
-
114
114
  accept()
115
115
  })
116
116
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superhero/eventflow-hub",
3
- "version": "4.0.10",
3
+ "version": "4.0.11",
4
4
  "description": "Eventflow hub is the central server component in the eventflow ecosystem.",
5
5
  "keywords": [
6
6
  "eventflow",