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 |
|
Anything those of us in the community can do to help? Just updated to Meteor 3.4 and unable to update this package. |
|
Hey @allenfuller I also found the update to 3.4 caused a lot of dependency issues. I think we need to bump core versions to include 3.4. |
|
I published a new version |

Based on #59, this PR takes the next step and makes things compatible with Meteor 3.
TODOs left