An open API service indexing awesome lists of open source software.

https://github.com/hexsprite/meteor-issue-12158-playwright-promises

Meteor Issue 12158 Reproduction for Playwright Promise hang https://github.com/meteor/meteor/issues/12158
https://github.com/hexsprite/meteor-issue-12158-playwright-promises

Last synced: 3 months ago
JSON representation

Meteor Issue 12158 Reproduction for Playwright Promise hang https://github.com/meteor/meteor/issues/12158

Awesome Lists containing this project

README

        

Run repo in Node - WORKS!:

$ meteor node server/testPW.js

Run repo in Node with Meteor Promise implementation (no fibers) - WORKS!:

$ METEOR_PROMISE=1 meteor node server/testPW.js

Run repo in Node with Meteor Promise implementation with Fibers - BROKEN:

$ METEOR_PROMISE=1 METEOR_PROMISE_FIBERS=1 meteor node server/testPW.js

Run same code in Meteor - BROKEN:

$ meteor