else {
                const newLastConnection = Object.assign({}, state.lastConnection, { type: ClusterTypes.TCP, address: action.payload.params.address })
                return Object.assign({}, state, {
                    lastConnection: newLastConnection
                })