updated processEvent to process dispatching of events in parallel - #4
BenyaminBen wants to merge 1 commit into
Conversation
|
Warning Review limit reachedNext included review available in 57 minutes. View limit detailsLimit details: You鈥檝e used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: 鈿欙笍 Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 馃搾 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
|
Mirror of codefori#3362 (author: @supravi96)
Changes
Currently once event is fired then order in which notifications are dispatched is sequential so some subscribers face delay in receiving notifications . Hence this pr will provide the changes that will make the processing parallelly not just one or two subscribers facing delay. This will resolve issue https://github.ibm.com/bob-for-ibm-i/vscode-ibmi-bob/issues/679
How to test this PR
Checklist
console.logs I added