Are the stream events from the gaze, fixation, and eye position streams run from different threads, or all from the same thread? I am doing some things in the events that are fragile if it is run from different threads, but would work well if they are run on the same.
Hi Albin, events from the EyeX client library are sent on more or less arbitrary worker threads. Not even events from the same stream can be assumed to be run on the same thread.
I hope you’ll be able to find some way of marshalling the events to one thread of your choice.