Gary Wu
Results
2
comments of
Gary Wu
I suffered the same problem yesterday. What I did is import exactly the same selector function from the saga. My saga function ```js export const qsSelector = state => state.fetch.queryString...
I also have this problem when the connection closed and the client begins to reconnect, it will try to send requests frequently (much faster than 2000ms), just like infinite loop.