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
Changes:
* all logic related to explicit calls to `start()` and `stop()`
is implemented on the Golem object
* calling multiple `start()` concurrently is harmless
* restarting a Golem is explicitly forbidden (to be fixed in #606)
Golem.start()/Golem.stop()
are implemented in #561.Currently
raises some exceptions, and it shouldn't.
After #612 is done it might only require a new
Golem._engine
, so this might be resolved in #561 .The text was updated successfully, but these errors were encountered: