Skip to content

Fix Python Server for new Store shape#764

Merged
floryst merged 3 commits intoKitware:mainfrom
PaulHax:server-debug
Aug 19, 2025
Merged

Fix Python Server for new Store shape#764
floryst merged 3 commits intoKitware:mainfrom
PaulHax:server-debug

Conversation

@PaulHax
Copy link
Copy Markdown
Collaborator

@PaulHax PaulHax commented Jul 11, 2025

No description provided.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jul 11, 2025

Deploy Preview for volview-dev ready!

Name Link
🔨 Latest commit 6403891
🔍 Latest deploy log https://app.netlify.com/projects/volview-dev/deploys/68a482f49894ae0008b7cfc5
😎 Deploy Preview https://deploy-preview-764--volview-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@PaulHax PaulHax changed the title Server debug Fix Python Server for new Store shape Jul 11, 2025
Comment thread src/store/image-cache.ts
const oldImageData = progressiveImage.vtkImageData.value;

progressiveImage.vtkImageData.value = newImageData;
newImageData.modified();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best to add a comment here as to why we need a modified() call. Also, should we be calling modified() on the off-chance that oldImageData === newImageData?

If aiohttp is above 3.9.2, Javascript blocks forever on RPC python calls.
@floryst floryst added this pull request to the merge queue Aug 19, 2025
Merged via the queue into Kitware:main with commit 6f268a1 Aug 19, 2025
7 checks passed
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.

2 participants