Skip to content

Error: #<Object> could not be cloned #14

@starci183

Description

@starci183

Error throws when call fetchSockets

node:internal/child_process/serialization:109
    ser.writeValue(message);
        ^

Error: #<Object> could not be cloned.
    at writeChannelMessage (node:internal/child_process/serialization:109:9)
    at target._send (node:internal/child_process:851:17)
    at target.send (node:internal/child_process:751:19)
    at ClusterAdapter.publish (C:\Repositories\cifarm-containers\src\io\adapters\cluster\cluster.raw.ts:303:17)
    at ClusterAdapter.onMessage (C:\Repositories\cifarm-containers\src\io\adapters\cluster\cluster.raw.ts:209:18)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)

Node.js v23.3.0
Worker 28172 died

As i check from code, it is trigger when it call this function

process.send(message, null, { swallowErrors: true }, ignoreError)

I am using window 11, node 23.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions