Skip to content
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

SDK fails into infinite loop after updating @azure/core-client to 1.6.1 #1657

Closed
davidyuk opened this issue Aug 8, 2022 · 2 comments · Fixed by #1959
Closed

SDK fails into infinite loop after updating @azure/core-client to 1.6.1 #1657

davidyuk opened this issue Aug 8, 2022 · 2 comments · Fixed by #1959
Labels
dependencies Pull requests that update a dependency file
Milestone

Comments

@davidyuk
Copy link
Member

davidyuk commented Aug 8, 2022

getIndexDiscriminator in @azure/core-client/dist-esm/src/serializer.js goes into infinite loop for some reason. It was added in 1.6.1.

As a workaround you can install an old version manually

npm i @azure/core-client@1.6.0
@davidyuk
Copy link
Member Author

Would be nice to be able to update this package somehow

@davidyuk davidyuk reopened this Nov 27, 2022
@davidyuk
Copy link
Member Author

davidyuk commented Mar 1, 2023

It is still not working with @azure/core-client@1.7.2 maybe the bug on our side
The same with @azure/core-client@1.7.3, tests just stuck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant