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

Subscribe stop crash #13034

Merged
merged 4 commits into from Mar 12, 2024
Merged

Subscribe stop crash #13034

merged 4 commits into from Mar 12, 2024

Conversation

perbergland
Copy link
Contributor

@perbergland perbergland commented Feb 26, 2024

Fixes #13028 and adds validation to catch more errors.

I suspect there are plenty more missing awaits, but at least these a few are fixed here.
Also turned var's into const's because it needs to be done some day.

I tried to preserve the sequence of calls between the constructor and the async _init method

@denihs
Copy link
Contributor

denihs commented Mar 5, 2024

Hi, @perbergland. Some tests are failing, but maybe it is just a matter of rerunning them.

Could you merge the release-3.0 branch here again?

Let's see if the tests are going to pass.

I tried to merge release-3.0 here, but I cannot commit to your fork.

Copy link
Contributor

@Grubba27 Grubba27 left a comment

Choose a reason for hiding this comment

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

LGTM.

The failing test in the CI is expected(docs issue).

@denihs denihs merged commit a56399e into meteor:release-3.0 Mar 12, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception in onStop callback: TypeError: handle.stop is not a function
4 participants