-
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
CLI tool update #20
CLI tool update #20
Conversation
…r plain implementation [ci skip]
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.
PR Type: Enhancement
PR Summary: The pull request updates the CLI tool to run the latest changes, enhancing the demo capabilities beyond just integration tests. It includes refactoring of the core runtime to support new features, updates to the configuration and global constants, and improvements to the client runtime to handle new connection scenarios.
General suggestions:
- Consider using an Option type for file descriptors to represent unconnected states more clearly, rather than relying on a sentinel value like '-1'.
- Ensure that all new functionality is well-documented, including the purpose and usage of new methods, especially those related to listener and relay migration.
- Review the changes to ensure they align with the project's coding standards, particularly in terms of error handling and resource management.
Your trial expires on December 25, 2023. Please email tim@sourcery.ai to continue using Sourcery ✨
This PR is to update the CLI tool to run the latest changes, for a better demo purpose beside just integration tests.