Coder Social home page Coder Social logo

Comments (2)

Grokzen avatar Grokzen commented on August 21, 2024

I think i have narrowed down the main issue of this.

In the big main while loop in listen() i think there is a logic flaw that prevents the events to be emited.

Currently the logic is to listen for a event on the zmq event bus and when that returns None ever other second the first thing that is checked is if there was any event returned and sinc there was none then we get to a continue statement that just drops us back to zmq event bus to listen for another event again.

So if we have the above case where we have more a queue > 1 then at the first time the a event is found then it is put in the queue but sinc the timer have not reset or the event limit is reached then it will just sit in there until the next event comes in and it can fix the problem.

I think that a closer look at the listen() loop logic has to be done in order to fix this problem.

from salt-eventsd.

felskrone avatar felskrone commented on August 21, 2024

Good catch! Thanks! :-)

from salt-eventsd.

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.