Giter Club home page Giter Club logo

Comments (6)

TiagoJacobs avatar TiagoJacobs commented on August 27, 2024 3

Hello @Tainan404 - nice catch!

I would like to add that consistently deduplicating the subscriptions is a very important feature for BigBlueButton.

This feature allowed us to decouple the data consumption, allowing each component to require the data of interest.

However, with this bug, we will eventually get duplicated subscriptions, increasing the load in both client and server.

@jerelmiller - we have some workarounds in mind, like creating a hook named useDeduplicatedSubscription, but if it's something you could fix on apollo-client, it would benefit the whole comunity of users.

Any feedback in this issue will be highly appreciated.

Thank you!

from apollo-client.

alessbell avatar alessbell commented on August 27, 2024 3

Hi @Tainan404 and @TiagoJacobs 👋

I see that the relevant feature request apollographql/apollo-feature-requests#74 was closed by #6910.

As you described, I am seeing deduplication of the initial subscriptions, but when subsequent components are rendered as you said I'm seeing new connections open. I suspect I know what's happening here: any existing deduplication is happening in the QueryManager when startGraphQLSubscription calls getObservableFromLink, so requests that are fired in quick succession can be deduped, but we don't keep track of subscriptions with e.g. a unique cache key, so if the same subscription is being opened at a later time, it cannot be deduplicated against all currently running subscriptions.

I'll have to dig into this more and discuss with the team, thanks for the reproduction!

from apollo-client.

TiagoJacobs avatar TiagoJacobs commented on August 27, 2024

Hello @alessbell,

To temporarily address this issue, we have implemented a new hook in BigBlueButton called usedDeduplicatedSubscription. You can find the pull request here.

I am sending it here in case it can be helpful to others.

PS: Looking forward for an oficial fix in the future.

Thanks again!

from apollo-client.

dominikklein avatar dominikklein commented on August 27, 2024

Maybe same like this here? #10117

from apollo-client.

TiagoJacobs avatar TiagoJacobs commented on August 27, 2024

Hello @dominikklein - yes, it's the same case!

from apollo-client.

dominikklein avatar dominikklein commented on August 27, 2024

When this would work in a better way, would it be the same for subscribeToMore or is this currently in general handled in a different way?

from apollo-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.