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
fix: prevent panic when set_scripts called from async runtime
Use block_in_place to wrap blocking_write() call on tokio::sync::RwLock.
This prevents panic when set_scripts RPC is called from HTTP worker
threads running inside the tokio runtime.
0 commit comments