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 2b5e74a commit 2fd7ed1Copy full SHA for 2fd7ed1
clients/soa_services/electricalConnection/js/src/service.ts
@@ -114,7 +114,7 @@ export class ElectricalConnectionService extends TypedEmitter<ElectricalConnecti
114
channel.send(JSON.stringify(packet));
115
});
116
await channel.ready();
117
- this.queue.start();
+ this.queue.start().catch(err => { if(err) throw err });
118
119
120
// find the bus set or create a new one
0 commit comments