Would this be possible? Or it is too crazy?
It currently errors the below with if you try to pickle the example in the README.
pickle.PicklingError: Can't pickle <function startup at 0x7f4b8c4492a8>: it's not found as fysom.startup
- I want to use the state machine over a series of web requests, and want to put it somewhere between requests.
Would this be possible? Or it is too crazy?
It currently errors the below with if you try to pickle the example in the README.
pickle.PicklingError: Can't pickle <function startup at 0x7f4b8c4492a8>: it's not found as fysom.startup