Skip to content

[Investigate] Application crashing when uv_run is used #88

@MarkusJx

Description

@MarkusJx

The application sometimes crashes when the runEventLoopWhenInterfaceProxyIsActive option is enabled.
This option internally executes uv_run in order to force the event loop to run, so the application doesn't lock if an interface proxy is called synchronously:

uv_run(ctx.env.get_uv_event_loop()?, uv_run_mode::UV_RUN_NOWAIT);

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions