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

Create ICAHostKeeper with correct params #200

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

joe-bowman
Copy link
Contributor

Ref #199.

Provide ChannelKeeper as the definition of ICAHostKeeper constructor's ics4wrapper parameter, such that this is defined in the keeper when we come to receive packet.

Currently the value passed is nil; this causes GetAppVersion() to panic (due to being called on k.ics4wrapper, which is nil) when receiving packets over ICA.

Provide ChannelKeeper as the definition of ICAHostKeeper constructor's ics4wrapper parameter, such that this is defined in the keeper when we come to receive packet. Fixes OmniFlix#199
Copy link
Collaborator

@harish551 harish551 left a comment

Choose a reason for hiding this comment

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

Thank you for the PR @joe-bowman

@harish551 harish551 merged commit 01174c6 into OmniFlix:main Jan 3, 2025
6 checks passed
harish551 added a commit that referenced this pull request Jan 6, 2025
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.

2 participants