question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

setScheduler regression when upgrading from 2.3.x

See original GitHub issue

Hi guys, I think I found an issue with the use of setScheduler in an AngularJS application. Specifically, this piece of code:

Promise.setScheduler(function(fn) { $rootScope.$evalAsync(fn); });

it’s not triggering the AngularJS digest cycle anymore after upgrading Bluebird to 2.4.x and later. We debugged some code and found that this specific problem started to appear after this commit aa36792689f50b8450a351f9e9ab781167e09b5c. Am I the only one with this problem?

Thanks for the support, Mattia

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mtfranchettocommented, Mar 22, 2016

I did not posted the solution since it was not Bleubird’s fault. In my case the problem was having multiple versions of Bluebird at the same time (used by different libraries).

0reactions
benjamingrcommented, Mar 22, 2016

Everyone with a question is welcome to ask it on StackOverflow - me and @bergus frequent the promise tag there and would likely catch it.

If you think it’s a bug - please open a new issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring Boot Upgrade from 2.3.x -> 2.6.x Breaks mvc forward
I upgraded from Spring Boot 2.6.2 -> 2.6.7 to minimize version overrides for more secure versions. And verified the presence of spring-mvc.
Read more >
Book's Code Upgrade: Migrate from Spring Boot 2.3 to 2.4
This is a practical approach to migrating a Spring Boot project from version 2.3 to version 2.4 and Spring Cloud 2020.0.
Read more >
pacemaker-2.0.4+20200616.2deceaa3a-lp152.2.3.1 RPM for ...
Pacemaker is an advanced, scalable High-Availability cluster resource manager. It supports more than 16 node clusters with significant ...
Read more >
Bug listing with status UNCONFIRMED as at 2022/12/28 19 ...
Bug:128538 - "sys-apps/coreutils: /bin/hostname should be installed from coreutils not sys-apps/net-tools" status:UNCONFIRMED resolution: severity:enhancement ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found