Race conditions in script PubSub queues #81
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SketchyMaze/doodle#81
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Seen if you make a totem pole out of gemstone totems and activate them quickly (all within a frame).
All the totems send/receive pub/sub events to each other and this strangely crashes the JavaScript engine.
Can be avoided by spreading your totems out or in the script if they all delayed random durations of time before spamming the PubSub queue.