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

Store client ID in Redix.PubSub #261

Merged
merged 1 commit into from Mar 7, 2024

Conversation

kennethito
Copy link
Contributor

Wasn't exactly sure what direction to take this, issuing "sync" commands within the pubsub is awkward, let me know if you'd prefer a different approach.

One thing to note though, for the redirecting invalidations from normal connections to the pubsub, the client id should be available as early as possible.

closes #260

@whatyouhide whatyouhide changed the title Support client id in pubsub Store client ID in Redix.PubSub Mar 7, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3a541844408585b940b2cfd454b716483cebd7c9-PR-261

Details

  • 9 of 10 (90.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.02%) to 85.837%

Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/redix/pubsub/connection.ex 8 9 88.89%
Totals Coverage Status
Change from base Build 6dabeafe5eb70940e064cae347610e7a14b1ec1c: -0.02%
Covered Lines: 600
Relevant Lines: 699

💛 - Coveralls

@whatyouhide whatyouhide merged commit c0a458b into whatyouhide:main Mar 7, 2024
3 of 4 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.

Request and store client ID in pub/sub connections
3 participants