Skip to content
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

FIX: Remove unnecessary prints from embedding rpc #1090

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

dipinknair
Copy link
Collaborator

@dipinknair dipinknair commented Feb 10, 2025

  • Improves how clients waiting till server is ready
  • removes some unwanted prints

@github-actions github-actions bot added the bug Something isn't working label Feb 10, 2025
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 10, 2025
@@ -67,15 +66,6 @@ def _install_class(self, impl):
elif methodtype == MethodType.PROP:
self._install_property(method, methodname)

def on_connect(self, conn):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@koubaa this is not necessary since we are printing the app when we start the server. This is what was causing multiple repeating prints

@dipinknair dipinknair changed the title FEAT: Remove unnecessary prints and add logging option FIX: Remove unnecessary prints from embedding rpc Feb 10, 2025
@dipinknair dipinknair marked this pull request as ready for review February 10, 2025 20:49
@dipinknair dipinknair requested review from a team as code owners February 10, 2025 20:49
@dipinknair dipinknair requested a review from koubaa February 10, 2025 20:49
Copy link

codecov bot commented Feb 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.04%. Comparing base (7544b20) to head (1202ee8).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1090      +/-   ##
==========================================
- Coverage   87.12%   87.04%   -0.08%     
==========================================
  Files          41       41              
  Lines        2835     2826       -9     
==========================================
- Hits         2470     2460      -10     
- Misses        365      366       +1     

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants