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
- Host: GitHub
- URL: https://github.com/hexsprite/meteor-issue-12158-playwright-promises
- Owner: hexsprite
- Created: 2022-08-24T17:18:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T17:18:31.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T10:18:05.346Z (4 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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