ERR_WORKER_HANDLE_NOT_TRANSFERABLE


尝试通过 worker_threads postMessage() 调用将 net.Socketnet.Server 转移到另一个线程时失败,因为它处于不可转移状态,例如已经开始读取或已缓存了数据。

🌐 An attempt was made to transfer a net.Socket or net.Server to another thread via a worker_threads postMessage() call while it was not in a transferable state, for example because it had already started reading or had buffered data.