janslow / qlab-from-csv

Reads a list of cues from a CSV and puts them into Figure53's QLab.
MIT License
3 stars 2 forks source link

Don't block on setting attributes #9

Closed janslow closed 9 years ago

janslow commented 9 years ago

After a cue is created, it should be fine to start the next cue whilst waiting for the attributes (such as name, number and prewait) to be set.

This will speed up the process of appending to the cue list.

janslow commented 9 years ago

It appears that something goes wrong in Swift or QLabKit when a second cue is created whilst the first is still updating attributes. It seemed to not receive the callback of the second create request, so just stopped.

janslow commented 9 years ago

Marked as won't fix until I have added better multi-threading/async support.