1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00

FIX: timeout mechanics were not correct

This fix ensures timeout will always be processed correctly, it also adds a safeguard to ensure against race conditions
This commit is contained in:
Sam 2016-10-25 13:15:03 +11:00
parent 34e9cedef0
commit c41db24eb1
3 changed files with 22 additions and 6 deletions

View file

@ -1,3 +1,9 @@
25-10-2016
- 0.1.6
- Fix: timeout behavior was incorrect, in some cases stop could be called on already stopped contexts
10-10-2016
- 0.1.5