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
I'd like to be able to debug serialization logic in a single process. This could be facilitated by a setting in which calls for 'load balancing' result in every object being packed and unpacked within the same process. This would miss some issues with references to global/static variables or other process-level state, perhaps, but would make it a lot easier to work on object-level state.
The text was updated successfully, but these errors were encountered:
I'd like to be able to debug serialization logic in a single process. This could be facilitated by a setting in which calls for 'load balancing' result in every object being packed and unpacked within the same process. This would miss some issues with references to global/static variables or other process-level state, perhaps, but would make it a lot easier to work on object-level state.
The text was updated successfully, but these errors were encountered: