Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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