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

Remove RequestContent #22630

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

alzimmermsft
Copy link
Member

No description provided.

@alzimmermsft alzimmermsft added Client This issue points to a problem in the data-plane of the library. Azure.Core azure-core labels Jun 28, 2021
@alzimmermsft alzimmermsft self-assigned this Jun 28, 2021
@@ -31,7 +31,7 @@ public void testOnlyOneThreadRefreshesToken() throws Exception {
Flux.range(1, 10)
.flatMap(i -> Mono.just(OffsetDateTime.now())
// Runs cache.getToken() on 10 different threads
.publishOn(Schedulers.newParallel("pool", 10))
.publishOn(Schedulers.parallel())
Copy link
Member

Choose a reason for hiding this comment

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

Maybe we should still keep this change.

@@ -69,7 +69,7 @@ public void testLongRunningWontOverflow() throws Exception {
.take(100)
.flatMap(i -> Mono.just(OffsetDateTime.now())
// Runs cache.getToken() on 10 different threads
.subscribeOn(Schedulers.newParallel("pool", 10))
.subscribeOn(Schedulers.parallel())
Copy link
Member

Choose a reason for hiding this comment

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

same here

@alzimmermsft alzimmermsft merged commit bff806b into Azure:main Jun 29, 2021
@alzimmermsft alzimmermsft deleted the AzCore_RemoveRequestContent branch June 29, 2021 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core azure-core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants