You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:node-java-bridge/crates/java-bridge/src/node/java_class_instance.rs
Line 369 in 001b5aa
The text was updated successfully, but these errors were encountered: