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
After hitting a few "user errors", I think we should rename the following internal hooks for clarity (semvar major, but public api the same)
_destroy (cb) --> _close(cb)
_predestroy() -> _destroy(err)
_close to better reflect that its the opposite of _open and _destroy to indicate that this is the "intercept the statemachine and destroy as soon as you can" hook.
The text was updated successfully, but these errors were encountered:
After hitting a few "user errors", I think we should rename the following internal hooks for clarity (semvar major, but public api the same)
_destroy (cb) --> _close(cb)
_predestroy() -> _destroy(err)
_close
to better reflect that its the opposite of_open
and_destroy
to indicate that this is the "intercept the statemachine and destroy as soon as you can" hook.The text was updated successfully, but these errors were encountered: