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

IWF-397: Add channel sizes data #66

Merged
merged 3 commits into from
Dec 10, 2024
Merged

Conversation

lwolczynski
Copy link
Contributor

No description provided.

@lwolczynski lwolczynski force-pushed the jira/lwolczynski/IWF-397 branch from 722414d to 23f36f2 Compare December 6, 2024 19:24
Copy link
Contributor

@longquanzheng longquanzheng left a comment

Choose a reason for hiding this comment

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

lgtm

return server_channel_size + buffer_channel_size

def get_signal_channel_size(self, channel_name):
if (
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we also need to check the signal type

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do you mean checking if the signal channel exists?

Communication object currently only stores internal channels in the type_store. I will need to extend it with _signal_type_store to do it

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes. Oh that’s right because communication never needed to access that

@lwolczynski lwolczynski merged commit c3bd12a into main Dec 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants