@ejfdelgado/ejflab-back 1.27.3 → 1.28.0
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/package.json +1 -1
- package/srv/SocketIOCall.mjs +3 -0
package/package.json
CHANGED
package/srv/SocketIOCall.mjs
CHANGED
@@ -427,6 +427,9 @@ export class SocketIOCall {
|
|
427
427
|
const processor = parts[1];
|
428
428
|
const instance = parts[2];
|
429
429
|
decoded['method'] = parts[3];
|
430
|
+
decoded['pig'] = {
|
431
|
+
now: new Date().getTime(),
|
432
|
+
};
|
430
433
|
|
431
434
|
// Get socket destiny if channel is websocket
|
432
435
|
let socketId = null;
|