GithubHelp home page GithubHelp logo

Merge stream delay about flyd HOT 6 CLOSED

meepeek avatar meepeek commented on July 30, 2024
Merge stream delay

from flyd.

Comments (6)

nordfjord avatar nordfjord commented on July 30, 2024 1

Okay I looked at your App.jsx file since I happened to have time.

https://github.com/meepeek/meiosis-react-example/blob/master/src/App.js#L12

Change this line from

const mixUpdate = flyd.merge(componentA.update, componentB.update)

to

const mixUpdate = flyd.merge(componentA.listener, componentB.listener)

And things will work like you expect

from flyd.

nordfjord avatar nordfjord commented on July 30, 2024

Hey @meepeek Thank you for the issue.

I'm not sure I quite follow your text though, perhaps you could clarify a few things for me.

Is this bin not as expected: https://jsbin.com/bazibuzobu/edit?html,js,output

?

from flyd.

nordfjord avatar nordfjord commented on July 30, 2024

2018-08-29-123252_1921x647_scrot

from flyd.

meepeek avatar meepeek commented on July 30, 2024

screen shot 2561-08-30 at 11 23 40

I followed your link but cannot get the output.

Could you clone https://github.com/meepeek/meiosis-react-example then run ? You will see that clicking buttons in the example and the state tracer for mixListener (scanner) would lag behind 1 step, but tapping the tracer for each individual streams work just fine. (You will have to click on each button once for mixListener to start working, not sure why.)

from flyd.

nordfjord avatar nordfjord commented on July 30, 2024

I honestly don't have the time to do that currently.

But if you can provide me a minimal flyd only reproducible issue, then I'd be happy to take a look.

also it seems you were routed to some strange url, this is the link to the bin: https://jsbin.com/bazibuzobu/edit?html,js,output

Feel free to use it as a baseline for your own reproducible case.

from flyd.

nordfjord avatar nordfjord commented on July 30, 2024

I take it by the thumbs up this issue is resolved, I'll close it, but feel free to reopen if this did not help.

from flyd.

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.