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
Ensure all shared data structures are wrapped in manager proxy objects before passing them to other processes via
map_async. Note that even deep-copying is known to be insufficient.
This is a followup issue for #2971 so we do not forget to check the other shared values between the processes.
The text was updated successfully, but these errors were encountered:
Ensure all shared data structures are wrapped in manager proxy objects before passing them to other processes via
map_async. Note that even deep-copying is known to be insufficient.
This is a followup issue for #2971 so we do not forget to check the other shared values between the processes.
The text was updated successfully, but these errors were encountered: