openclaw-elys 1.7.5 → 1.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/mqtt-client.js +1 -1
- package/package.json +1 -1
package/dist/src/mqtt-client.js
CHANGED
|
@@ -175,7 +175,7 @@ export class ElysDeviceMQTTClient {
|
|
|
175
175
|
return;
|
|
176
176
|
const merged = this.mergeCommands(buffered);
|
|
177
177
|
if (this.isExecuting) {
|
|
178
|
-
// Queue for after current dispatch completes —
|
|
178
|
+
// Queue for after current dispatch completes — same as Discord/Slack channels
|
|
179
179
|
this.log(`[elys] dispatch busy, queuing command ${merged.id}`);
|
|
180
180
|
this.pendingCommands.push(merged);
|
|
181
181
|
return;
|