GithubHelp home page GithubHelp logo

Comments (4)

adelbke avatar adelbke commented on July 27, 2024

Update:

I have found why get(EventEmitter) didn't work in my codebase, I had two eventEmitter instances running in my app.
I found the bug and fixed it Now get(EventEmitter) works in my codebase ^^

But the problem persists , the listener is still triggered twice

from event-emitter.

micalevisk avatar micalevisk commented on July 27, 2024

it works when you drop the useless NestFactory.createApplicationContext(AppModule) call. I can't tell for sure if this is expected or a bug regarding sharing the same root module on both repl and NestFactory.create*

image

side note: please next time make sure that your repro has everything to reproduce the issue. It lacks a npm-script to run the repl file

from event-emitter.

adelbke avatar adelbke commented on July 27, 2024

You're right. 🤦🏻 removing the useless app creation does fix the issue.
I will make sure to include the npm-script next time.

Could you tell me how this mistake doesn't surface? Two app instances are loaded at once? Why does the debug() not complain or show anything regarding this? I wasn't able to see two AppService instances running.

Thank you

from event-emitter.

micalevisk avatar micalevisk commented on July 27, 2024

@adelbke I'm in the same boat as you. I'd have to investigate deeper to understand how that was possible.

I guess you can create a new issue at the main repo to report this as a repl issue(?) then we will see Kamil's thoughts about it

from event-emitter.

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.