diff options
Diffstat (limited to 'app/lib')
| -rw-r--r-- | app/lib/backend.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 8e08ab237c..a97f19a6fb 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -55,6 +55,9 @@ export default class Backend extends EventEmitter { connect(addr) { this._serverAddress = addr; + + // emit: connecting + this.emit(EventType.connecting, addr); // @TODO: Add connect call setTimeout(() => { |
