Skip to content

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
.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.

.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