Skip to content

Conversation

CodeWithKyrian
Copy link
Contributor

This PR addresses a bug in the FileCache implementation where PHP objects (specifically ClientState objects managed by ClientStateManager) were not being correctly persisted and retrieved, leading to cache misses and "Client not initialized" errors when FileCache was in use.

…ence

This resolves issues where `ClientStateManager` would fail to hydrate
`ClientState` objects from `FileCache`, effectively making the cache
non-functional for object storage.
@CodeWithKyrian CodeWithKyrian linked an issue Jun 12, 2025 that may be closed by this pull request
@CodeWithKyrian CodeWithKyrian merged commit eda670a into main Jun 12, 2025
8 checks passed
@CodeWithKyrian CodeWithKyrian deleted the 15-filecache-is-not-working branch June 21, 2025 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileCache is not working
1 participant