-
Notifications
You must be signed in to change notification settings - Fork 80
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
refactor: revert back to *old* way of cloning #1152
Conversation
The issue with starting |
We run into the case where no server is there... node-wot/packages/core/src/servient.ts Lines 39 to 44 in 8659709
2 questions:
|
add launch configuration for counter (server) as well
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1152 +/- ##
==========================================
+ Coverage 75.17% 76.60% +1.42%
==========================================
Files 80 80
Lines 16576 16578 +2
Branches 1592 1596 +4
==========================================
+ Hits 12461 12699 +238
+ Misses 4067 3852 -215
+ Partials 48 27 -21
☔ View full report in Codecov by Sentry. |
I found the problem, see 2976374 Question: I wonder whether the clientOnly flag is properly initialized... I would rather write something like..
Any thoughts? |
Thank you, @danielpeintner, for providing this fix! After also doing some more research, I discovered that the problem might be related to I guess we could revisit using the more recommended I am really sorry that this problem arose, I didn't anticipate this kind of behavior from the CLI :/ Really great that you discovered the solution so quickly, though! |
That is definitely a much simpler solution and looks good to me! I think the current state resulted to a certain extent from the version we had before where the |
@relu91 are you fine with the suggested change as part of this PR also? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes good to go, and thanks for digging this down. VM2 is getting problematic :/
Note: reverts parts of #1105
fixes #1151