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
In particular the wrenhandler tries to download the pickled objects like data and the function before it deals with the handler. So this is a problem for multiple reasons
If func or data is too large, we will error
if there is left-over crap from a previous run, we will error
If a user creates a runtime that unpacks to be too large, make sure we deliver sane errors to the user.
The text was updated successfully, but these errors were encountered: