let { binary } = yield take(
    action => action.type == actions.RECEIVE_BINARY && action.address == address
  );