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
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
No assertions to prevent Knit.CreateController() while Knit is started assert(not started, "Controllers must be created before calling \'Knit.Start()\'")
The text was updated successfully, but these errors were encountered:
Knit/src/KnitServer.lua
Line 187 in fa8e37d
No assertions to prevent Knit.CreateService() while Knit is started
assert(not started, "Services must be created before calling \'Knit.Start()\'")
Knit/src/KnitClient.lua
Line 179 in fa8e37d
No assertions to prevent Knit.CreateController() while Knit is started
assert(not started, "Controllers must be created before calling \'Knit.Start()\'")
The text was updated successfully, but these errors were encountered: