Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
1,609 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 commits in 1 repository
Created 1 repository
- rbutera/nest-cqrs-bootstrap-repro TypeScript
Created an issue in nestjs/cqrs that received 1 comment
Commands and Events do not work when emitted while NestJS is bootstrapping
Current behavior
Command Handlers and CommandBus do not work when commands are emitted during NestJS bootstrap (using onApplicationBootstrap method.
…