We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7aead commit 52e0a7fCopy full SHA for 52e0a7f
2 files changed
OpenFlow/src/public/Controllers.ts
@@ -3437,6 +3437,7 @@ export class DebugCtrl extends entitiesCtrl<Base> {
3437
}
3438
async DumpClients() {
3439
try {
3440
+ this.loading = true;
3441
let m: Message = new Message();
3442
m.command = "dumpclients"; m.data = "{}";
3443
var q = await WebSocketClient.instance.Send<any>(m);
@@ -3448,6 +3449,7 @@ export class DebugCtrl extends entitiesCtrl<Base> {
3448
3449
3450
async DumpRabbitmq() {
3451
3452
3453
3454
m.command = "dumprabbitmq"; m.data = "{}";
3455
VERSION
@@ -1 +1 @@
1
-1.0.59
+1.0.60
0 commit comments