Giter VIP home page Giter VIP logo

Comments (8)

jsor avatar jsor commented on May 20, 2024 2

Fixed via #65, will be available in the upcoming v0.4.3 release. Thanks @mamciek 🥇

from event-loop.

cebe avatar cebe commented on May 20, 2024 1

okay, sorry now I got it. Your link was not directing me to the right place last time I clicked it.

So its about this line:

@$this->eventBase->loop($flags);

from event-loop.

cebe avatar cebe commented on May 20, 2024

Can you be more specific about which error this hides for you?

from event-loop.

mamciek avatar mamciek commented on May 20, 2024

any php notice, warning, error, even fatal errors in code that is executed by event loop - which means almost every subscriber or observable in case of https://github.com/ReactiveX/RxPHP

from event-loop.

mamciek avatar mamciek commented on May 20, 2024

yes, it is about line 205 and also

@$this->eventBase->loop(EventBase::LOOP_ONCE | EventBase::LOOP_NONBLOCK);

from event-loop.

dustingraham avatar dustingraham commented on May 20, 2024

Just burned me as well. Using ExtEventLoop and I had an example script where it was running $item->method()->otherMethod(); and mysteriously dying because I had forgot that the otherMethod was removed. But I wasn't receiving any errors.

from event-loop.

clue avatar clue commented on May 20, 2024

Can anybody file a PR to reproduce and/or fix this? :shipit:

from event-loop.

mamciek avatar mamciek commented on May 20, 2024

#65 - this pull request fixes the problem

from event-loop.

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.