viewflow/cookbook

custom middleware question

Closed this issue · 2 comments

Why does this line just RETURN and not call then next middlware at least?
Are you not going to be skipping a RSAA call here?

mm, yep. it's postponed

I am finding that if i use redux-thunk with an async function and i leave this line in i am throwing an u defineded exception. If i instead just call ghe postponed function i do see a double token refresh but it works.