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
Look at how I provide state updates (GetStateUpdatesUseCase)
Add required method to StateMachine
Implement method in CoroutinesStateMachine, take a look at how it done with getState method
Create UseCase like GetTimerUpdatesUseCase
In UseCase, filter out anything connected with timer state (start / stop), leave timer settings update, user join and leaving events. Maybe, it would be better to map TimerEvent to TimerUpdate.
The text was updated successfully, but these errors were encountered:
GetStateUpdatesUseCase
)StateMachine
CoroutinesStateMachine
, take a look at how it done withgetState
methodGetTimerUpdatesUseCase
TimerEvent
toTimerUpdate
.The text was updated successfully, but these errors were encountered: