Coder Social home page Coder Social logo

MaxListenersExceededWarning about rascal HOT 4 CLOSED

nico3dfx avatar nico3dfx commented on July 17, 2024
MaxListenersExceededWarning

from rascal.

Comments (4)

cressie176 avatar cressie176 commented on July 17, 2024 2

Published as [email protected]

from rascal.

cressie176 avatar cressie176 commented on July 17, 2024

Hi @nico3dfx,

I will try to reproduce. Can you confirm your node.js and rascal version please?

from rascal.

nico3dfx avatar nico3dfx commented on July 17, 2024

Hi @nico3dfx,

I will try to reproduce. Can you confirm your node.js and rascal version please?

Node @ 14.16.1
Rascal @ 15.0.0

Thank you @cressie176

from rascal.

cressie176 avatar cressie176 commented on July 17, 2024

I've been able to reproduce. The warning is caused because Rascal uses the forward-emitter package to forward events from each vhost to the broker object, so that when an "error" event is emitted from a vhost (which isn't exposed by Rascal), it is re-emitted on the broker, where it can be handled.

Confusingly forward-events library doesn't work by forwarding events at all. Instead it registers a newListener event handler on the broker, then when an event handler is added, duplicates it on the vhost.

This means that each new vhost adds an "newListener" handler, and after the 10th vhost, node reports the MaxListenersExceededWarning.

I'll increase the threshold to Math.max(10, numberOfVhosts)

from rascal.

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.