Hey guys,
could somene please help me.
I want to read a lot of data from PI-SDK, so i created a thread where i read the data.
My problem now is, that my main thread gets also blocked if i call the summaries2 method?
Could anyone tell me how to fix this?
thanks!!
EDIT:
So now i think in know where the problem is!
I think because i use the class definied in the main thread the operation is also
executed in the main thread no matter where i call the method from!
If i create a new PISDK-Class in the thread i don't have this problem!
But i need the PISDK-Class also in the main thread and also other threads!
So my question is:
Is there another way?