Skip to content

"Loading events" hangs (fiber not defined) #32

@theprojectsomething

Description

@theprojectsomething

I'm getting errors due to undefined fibers. Debugger is pointing specifically at:

case "update":
updateCount++;
fiber = fiberById.get(event.fiberId) as MessageFiber;

Other cases seem to be solving this by first checking getFiberById.has(fiberId) and continuing if not. However, I'm guessing this would create knock-on effects downstream. Not to mention that the missing fiber is probably a symptom of an issue further upstream. Will investigate further with a local / unminified build and see what I can find.

Please let me know if there's any further detail I can provide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions