if (isSessionAction(action)) {
const key = channel;
const entry = this._sessionStates.get(key);
if (entry) {
const newState = sessionReducer(entry.state, sessionAction, this._log);
const summaryChanged = !this._summaryFieldsEqual(entry.state, newState);