Skip to content

Worker works fine in v0.1.32, but broken in v0.1.33. The callback of createWorker is not executed. v0.1.33的worker坏掉了。 #65

Description

@huachangmiao

The worker functionality was fully functional in version v0.1.32. However, after upgrading to v0.1.33, the worker can no longer be used, and the callback function for the createWorker event is not triggered at all.

GameGlobal.events.on('createWorker', (worker) => {
// not working in v0.1.33
});

v0.1.33的worker坏掉了,createWorker的事件不会执行了,v0.1.32还是好的。望修复,谢谢。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions