Skip to content

[msal-extensions] Extensions #2 #1831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jun 30, 2020
Merged

[msal-extensions] Extensions #2 #1831

merged 20 commits into from
Jun 30, 2020

Conversation

sangonzal
Copy link
Contributor

@sangonzal sangonzal commented Jun 25, 2020

  • Add cross platform lock
  • Add constant file

const processId = pid.toString();
for (let tryCount = 0; tryCount < this.retryNumber; tryCount++)
try {
console.log("Pid " + pid + " trying to acquire lock");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Every console.log statement will be switched over to using the msal-common logger in upcoming PR

@pkanher617
Copy link
Contributor

Depending on the timeline, would like to see some form of unit testing.

Copy link
Contributor

@jasonnutter jasonnutter left a comment

Choose a reason for hiding this comment

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

Agree on tests.

@sameerag sameerag mentioned this pull request Jun 26, 2020
1 task
Copy link
Member

@sameerag sameerag left a comment

Choose a reason for hiding this comment

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

lgtm. +1 on tests.

@github-actions github-actions bot added the samples Related to the samples apps for the library. label Jun 30, 2020
@sangonzal sangonzal merged commit 9846fce into extensions-1 Jun 30, 2020
@sangonzal sangonzal deleted the extensions-2 branch July 17, 2020 20:23
@sangonzal sangonzal added the msal-node-extensions Related to msal-node-extensions package label May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
msal-node-extensions Related to msal-node-extensions package samples Related to the samples apps for the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants