-
-
Notifications
You must be signed in to change notification settings - Fork 36
Meteor 3 compatibility release #60
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
base: master
Are you sure you want to change the base?
Conversation
I'm wondering if mtest is compatible with Meteor 3. I see no reason not to, but the cancellation is strange. |
Looking forward to this! I tried getting the latest versions of both running with Meteor 3.0.2 but ran into this...
|
@wreiske I'll release a new rc for |
That is a concern, but at first look I don't see any change that should cause an increase. 🤔 |
@StorytellerCZ my take is that timesync does not account that ddp methods are queued, and if timeSync calls are blocked by other method calls it will just re-issue timeSync calls. I think this whole DDP thing needs to be reverted |
@StorytellerCZ this is blocking because mtest is not meteor 3 compatible |
related zodern/mtest#2 |
Based on #59, this PR takes the next step and makes things compatible with Meteor 3.