Bug when using in_memory_cache
Open
@prabindersinghh is already working on this.
Since Feb 9, 2026.
Type: Bug :bug:
- Dominant language
- Python
- Stars
- 10k
- Forks
- 2k
- Avg merge
- 8h 39m
- Merged PRs (30d)
- 19
Description
Description
A nasty bug in local testing. The bug occurs when we do not use the in_memory_cache=False when creating connections:
ds_client, do_client = SyftboxManager.pair_with_in_memory_connection(
sync_automatically=False, use_in_memory_cache=False
)
The error shows up as dataset changes not percolating from DO to DS.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.