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
I wonder if is possible to somehow pass the cancelType string for polling from the dispatch ?
like dispatch(loadSomeWork({userID:5},{poll:30*1000, cancelType: userId5 }) ?
Or from within the api definition, or some workaround to be able to set distinct polling requests (e.g. byUserId) and cancel individually by the parameters, on the same endpoint.