Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(AsyncCache): fix bug when freeing an async cache entry #744

Merged
merged 1 commit into from
Feb 28, 2025
Merged

Conversation

jbms
Copy link
Collaborator

@jbms jbms commented Feb 28, 2025

This fixes the following error reported at
#743

frontend.ts:328 Uncaught TypeError: Cannot read properties of undefined (reading 'chunkManager')
at updateChunk (frontend.ts:328:31) # webpack://neuroglancer/src/chunk_manager/frontend.ts
at RPC. (frontend.ts:348:3)
at RPC.target.onmessage (worker_rpc.ts:174:40)

This fixes the following error reported at
#743

frontend.ts:328 Uncaught TypeError: Cannot read properties of undefined (reading 'chunkManager')
    at updateChunk (frontend.ts:328:31) # webpack://neuroglancer/src/chunk_manager/frontend.ts
    at RPC.<anonymous> (frontend.ts:348:3)
    at RPC.target.onmessage (worker_rpc.ts:174:40)
@jbms jbms merged commit a647623 into master Feb 28, 2025
25 checks passed
@jbms jbms deleted the fix-743 branch February 28, 2025 19:46
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.

1 participant