Skip to content

cesium-mcp-runtime@1.142.2

Choose a tag to compare

@github-actions github-actions released this 05 Jul 06:58
6e5e175

Patch Changes

  • fedeac5 Thanks @gaopengbin! - fix(view): resolve flyTo/zoomToExtent promises on cancel and via a fallback timer

    viewer.camera.flyToBoundingSphere / flyTo may fire neither complete nor
    cancel when the camera is already near the target or the flight is preempted
    by a subsequent camera command. This left the awaited promise pending forever
    and surfaced as 浏览器响应超时(30000ms) on the runtime side.

    Both handlers now also resolve on cancel and install a duration + 1s
    fallback timer as a last resort, so the WebSocket reply is always sent back
    to the runtime.