Skip to content

Conversation

@sophiewu2333
Copy link
Contributor

No description provided.

if (presenceRegExp.test(message.event) && message.body) {
if (message.body.sequence) {
if (message.body.sequence <= this._lastSequence) {
if (message.body.sequence < this._lastSequence) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think when we remove '=', we need to consider if it has any impact for call secenario.
I think QAs need to do call scenario tests as many as possible.

this._lastProcessedCalls = null;
this._lastProcessedEndedCalls = null;
this._customMatcherHooks = [];
this._transferredCallsMap = {};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a scenario we need to think of:

  • refresh the page

@sophiewu2333 sophiewu2333 merged commit af236fa into ringcentral:master Oct 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants