Skip to content

RDEV-10232 stale bound query - #253

Open
Vivokas20 wants to merge 2 commits into
mainfrom
ide/bugfix/RDEV-10232-stale-bound-query
Open

Vivokas20 wants to merge 2 commits into
mainfrom
ide/bugfix/RDEV-10232-stale-bound-query

Conversation

@Vivokas20

@Vivokas20 Vivokas20 commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

What

DeleteNativeObject now also removes the object's completed entry from _pendingBoundQueryTasks.
Bumps the version.

Why

The stale entry answered a later checkObjectBound of the same name with true for a global that no longer existed, so callers proceeded against an unregistered object ("object is no longer bound" rejections). Now the query stays pending until the object is registered again, same as one that was never registered.

@Vivokas20 Vivokas20 self-assigned this Sep 9, 2026
@Vivokas20
Vivokas20 requested a review from a team as a code owner September 9, 2026 17:51
@Vivokas20
Vivokas20 requested a review from jonpinev September 9, 2026 17:51
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