We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f20ec commit 8a7d586Copy full SHA for 8a7d586
src/socket-daemon.js
@@ -67,8 +67,8 @@ export default class SocketDaemon extends Daemon {
67
super();
68
this.selectedProtocol = PROTOCOL.HTTP;
69
this.agentInfo = {};
70
- this.agentFound = new BehaviorSubject(false);
71
- this.wsConnected = new BehaviorSubject(false);
+ this.agentFound = new BehaviorSubject(null);
+ this.wsConnected = new BehaviorSubject(null);
72
this.error = new Subject();
73
74
this.wsConnected
0 commit comments