example-redux-saga icon indicating copy to clipboard operation
example-redux-saga copied to clipboard

Unnecessary while loops in saga?

Open ahmed1490 opened this issue 8 years ago • 0 comments

why do you have two while loops?

  while(yield take(channel)) {
    while(true) {

ahmed1490 avatar Jun 23 '16 02:06 ahmed1490