-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
https://github.com/kuy/redux-saga-chat-example/blob/master/src/client/sagas.js
Hi @kuy, thanks a lot for this example !
Few parts are quite confusing :
function* read(socket, me) {
const channel = yield call(subscribe, socket, me);
while (true) {
// Give examples to understand better the use of redux-saga channels
// It's never triggered for me
const action = yield take(channel);
yield put(action);
}
}
Thanks a lot for your help !
Metadata
Metadata
Assignees
Labels
No labels