dallanb / golftapir

GOLFTAPIR Microservice
0 stars 0 forks source link

Add a debounce to socket event handling refresh me #278

Open dallanb opened 3 years ago

dallanb commented 3 years ago

For many socket events we refreshMe in the app upon receiving the notification. These events can occur in close succession so we should have something that will either cancel an event call or debounce the event call.

dallanb commented 3 years ago

This task has already been completed