-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fixed #4: TCP sockets for connection #7
Conversation
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.
Looks good to me.
Seems like some solid work. However, I'd like to get #5 merged before this gets merged so that we can have some CI testing done on PRs.
Everything else seems fine. Let's get #5 merged before we merge this. |
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.
Revert the CI parts. Those are a separate PR. Doesn't belong here
4e16779
to
f50d4db
Compare
Yeah reverted the changes. But at least we know PR checks are working 😅 (The checks were successful when I added the unwanted commit to PR) |
Can we have a new PR to target |
* feat #4: TCP sockets support added * feat #4: Error handling for socket path * fix #7: Import destructuring and minor fixes * fix #7: fs renamed to fsPromises * Update github repo link * fix: Don't fail build if just version check fails if not publishing release * 0.1.0 beta test release (#11) * fix: Correct downloaded atrifact name * Test staging release * Update build.yml * fix: Bump version in package.json on staging * fix: bump version * fix: rename tar file * fix: Rename tar only if doesn't exist * fix * Removed unnecessarry await * fix: Support passing data along with hook Closes #16 Co-authored-by: Saurav M. H <sauravhiremath@gmail.com> Co-authored-by: Rakshith Ravi <rakshith.ravi@gmx.com>
No description provided.