RascalSoftware / python-RAT

Python interface for RAT
1 stars 5 forks source link

Makes the arguments from RAT_main and events data pickleable #74

Closed StephenNneji closed 2 months ago

StephenNneji commented 2 months ago

Addresses part of #73

StephenNneji commented 2 months ago

I don't fully understand why its trying to pickle the EventBridge when you try to pickle the Project class. The EventBridge manages the callback for the events so pickling this might be a pain and even when its pickled I don't think you can pass callback functions between processes at least I have never tried to