Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Fix request sender ownership and mutability issues in FreenetAp…
…iSynchronizer This commit resolves compilation errors related to sender ownership and mutability by: - Properly cloning request_sender for different closure scopes - Making sender mutable where needed - Ensuring request_sender is available for FreenetApiSender struct
- Loading branch information