-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a mutex to js.VU to prevent multiple asynchrnous calls to RunOnce
This should fix #867. This is not ... a great fix in the sense that while doing it I found out we are also asynchrnously touch VU.Runtime which should also not happen and the currently added mutex should probably be locked in most other functions, but this should fix the immediate problems and the other should be fixed in a more ... complete redesign :)
- Loading branch information
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters