-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working