Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

setTimeout does not work on linux with non-integer values #8181

Closed
josephg opened this issue Aug 15, 2014 · 2 comments
Closed

setTimeout does not work on linux with non-integer values #8181

josephg opened this issue Aug 15, 2014 · 2 comments

Comments

@josephg
Copy link

josephg commented Aug 15, 2014

On linux (ubuntu 14.04):

$ node -v
v0.10.30
$ uname -a
Linux genesis 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:45:05 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

$ node -e "setTimeout(function() {console.log('done');}, 100)"
done
$ node -e "setTimeout(function() {console.log('done');}, 100.5)"
<Stalls forever>
@cjihrig
Copy link

cjihrig commented Aug 15, 2014

@josephg - a regression occurred in #8034, which was fixed in #8073. The next release will include the fix. This can probably be closed.

@josephg
Copy link
Author

josephg commented Aug 15, 2014

Great, thanks.

@josephg josephg closed this as completed Aug 15, 2014
benvan added a commit to benvan/node-dynamodb that referenced this issue May 19, 2015
alexgorbatchev pushed a commit to totemstech/node-dynamodb that referenced this issue May 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants