-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Bump xdl to latest version #664
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
Conversation
|
thanks! |
This reverts commit 441835a.
|
It seems that there was some change to xdl that breaks starting the packager here, I had to revert the commit. I'll investigate further maybe next week. You can verify by adding [email protected] to an app and trying to start the packager, it stays on "Starting packager" |
|
Sure, do you prefer to have this tested on an existing project or a brand new one? |
|
either works |
|
Ok, starting a new project using The "best part" of this is that the When I wait for some time, my firewall is actually prompting me for node access. So I think it actually starts something. I also put When going even further I noticed that the actual output of the packers are parsed using the output stream of with over here, |
|
Well, when I was typing this I was debugging even more and found something genius. While I'm not precisely sure why no |
|
So, to summarise this, I think the "first/opening message" is being blocked by the fact that the chunk tag is not Sorry for the spam @brentvatne! Hope it helps. |
|
hey @byCedric! that does help a lot, thank you! we will go ahead and bump xdl when we release the next version of expo (in the next week or two) and make the appropriate changes for logging that you discovered |
|
We can't wait 😬 |
Fixes #663