Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
676 stars 231 forks source link

Make Pageable's stream item type be Send + Sync again #1668

Open benny-n opened 1 month ago

benny-n commented 1 month ago

Hi, it looks like the changes introduced in #784, which were meant to address #720, were reverted sometime later.

Without the changes in #784, I am having the exact same issue as in #720. Was the revert intentional? If it was, is there another way to resolve this issue? Specifically, how would one save a Pageable in a struct that must be Sync? If not, is it possible to add these changes again?

Thanks in advance!