Skip to content

Automatic flush on exit #38

Open
Open
@vaind

Description

@vaind

We should find a way to send messages asynchronously while still actually trying to send them before the script exits.

  • trap only gets triggered for errors so that is not usable
  • Register-EngineEvent -SourceIdentifier Powershell.Exiting -Action {} gets stuck on Stop-Sentry call indefinitely. Also, it doesn't seem to work reliably

For now, I'm doing what we do in webGL in Unity, i.e. implement a synchronous "background" worker instead of an async one.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions