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

Optimize publishing #59

Closed
wants to merge 4 commits into from
Closed

Optimize publishing #59

wants to merge 4 commits into from

Commits on Jun 20, 2023

  1. PubSubEndpoint: Reuse EventBroadcaster's sharing context

    To avoid some of the reconnections
    roekatz committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ea16b34 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. PubSubEndpoint: Notify local subscribers through broadcaster

    To have better ordering safety of messages (local subscribers won't be notified much before remote ones)
    roekatz committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    ccee665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f34927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17f8388 View commit details
    Browse the repository at this point in the history