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
this is a major issue in wasm node, eg. interacting with node from js console is very slow unless I comment out show stats. Single lock causes a lot of congestion issues. We should use the respond_to pattern in messages between client and worker
The text was updated successfully, but these errors were encountered:
this is a major issue in wasm node, eg. interacting with node from js console is very slow unless I comment out show stats. Single lock causes a lot of congestion issues. We should use the
respond_to
pattern in messages between client and workerThe text was updated successfully, but these errors were encountered: