continue instead of return

This commit is contained in:
Sam Lewis
2022-11-27 23:46:02 -05:00
parent 60349852e6
commit ffb9c9f08b
2 changed files with 4 additions and 4 deletions

View File

@@ -210,7 +210,7 @@ func callEntityListeners(app *App, msgBytes []byte) {
go l.callback(app.service, app.state, entityData)
l.lastRan = carbon.Now()
})
return
continue
}
// run now if no delay set