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 com processes use a python logger to save packet info that comes into them and out of them. This is ok for debugging but slows down heavy data Nodes.
We should implement a system like the savestate of the worker process also in the com (or maybe twick the savestate to be usable by the com processes too) and keep the logger for debugging.
The text was updated successfully, but these errors were encountered:
The com processes use a python logger to save packet info that comes into them and out of them. This is ok for debugging but slows down heavy data Nodes.
We should implement a system like the savestate of the worker process also in the com (or maybe twick the savestate to be usable by the com processes too) and keep the logger for debugging.
The text was updated successfully, but these errors were encountered: