We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69c8ea commit c6a40dfCopy full SHA for c6a40df
1 file changed
OpenFlow/src/amqpwrapper.ts
@@ -151,8 +151,8 @@ export class amqpwrapper extends events.EventEmitter {
151
}
152
});
153
try {
154
- this.Adddlx(span);
155
- this.AddOFExchange(span);
+ await this.Adddlx(span);
+ await this.AddOFExchange(span);
156
} catch (error) {
157
Logger.instanse.error(error);
158
if (Config.NODE_ENV == "production") {
0 commit comments