cesium-mcp-dev@1.142.2
Patch Changes
-
fedeac5Thanks @gaopengbin! - fix(view): resolve flyTo/zoomToExtent promises on cancel and via a fallback timerviewer.camera.flyToBoundingSphere/flyTomay fire neithercompletenor
cancelwhen 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
canceland install aduration + 1s
fallback timer as a last resort, so the WebSocket reply is always sent back
to the runtime.