1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: error handling for user counting

fix: make user counting thread-safe
This commit is contained in:
Ferdinand Mütsch
2022-12-01 13:46:06 +01:00
parent d4945c982f
commit aab9e98ebd
2 changed files with 19 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ type IAggregationService interface {
type IMiscService interface {
ScheduleCountTotalTime()
CountTotalTime()
}
type IAliasService interface {