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
The Nucleus Datastore has a default name (Undefined), this isn't a problem because the name are just used for debugging. In the case of the engine, it could become a problem to have a default name because the engine's main queue's name is the name of the engine...
So, if the user instantiate different engine named Undefined, all the action would be pushed to the Undefined queue and would cause a lot of confusion.
Trying to instantiate an engine without a name doesn't throw an error, but part of the initialization code expects the value to be set.
This throws a Nucleus Datastore error
NucleusError: The item must be a string
.The name should be mandatory and throw a clear error when omitted.
The text was updated successfully, but these errors were encountered: