Home Forums Software Development StreamEvent Thread Reply To: StreamEvent Thread

#2492
Anders
Participant

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.