set up entityListener and switch websocket library

This commit is contained in:
Sam Lewis
2022-10-16 15:20:04 -04:00
parent 2d77c4b657
commit 8b888a2d89
20 changed files with 204 additions and 133 deletions
+4
View File
@@ -213,6 +213,10 @@ func convertTimeOfDayToActualOffset(t timeOfDay) time.Duration {
// app.Start() functions
func RunSchedules(a *app) {
if a.schedules.Len() == 0 {
return
}
for {
sched := popSchedule(a)
// log.Default().Println(sched.realStartTime)