cantierecreativo/redux-bees

request timeout?

Closed this issue · 2 comments

My server isn't responding to redux-bees requests currently, so the request in the network tab of chrome dev tools just says pending forever -- meanwhile, the component renders over and over again -- I eventually get a maximum call stack reached error.

Is there anyway to specify how long to wait for a request to resolve before giving up?

With proper event/error handling in react, this isn't an issue

I guess, the caveat is that I'm also using a custom @query HOC.