Hello, congrats and thanks for the great work.
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.
Thanks, Vlad