Skip to content

Commit

Permalink
Merge branch 'stop_hearbeats' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Presman committed Apr 12, 2017
2 parents a64a43d + aa01840 commit bf81838
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/components/subscription_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ export default class {
});
this._reconnectionManager.startPolling();
this._listenerManager.announceStatus(status);
} else if (status.category === categoryConstants.PNBadRequestCategory) {
this._stopHeartbeatTimer();
this._listenerManager.announceStatus(status);
} else {
this._listenerManager.announceStatus(status);
}
Expand Down

0 comments on commit bf81838

Please sign in to comment.