Has anyone done any multi-threading with API-NG?
As you can imagine, making a listMarketBook call with many marketIds returns a lot of data which cannot be processed fast enough on a single-thread application.
The problem is that a processing subroutine is on one thread and the GUI is on another. And that causes plenty of exceptions.
What solutions have others found?
As you can imagine, making a listMarketBook call with many marketIds returns a lot of data which cannot be processed fast enough on a single-thread application.
The problem is that a processing subroutine is on one thread and the GUI is on another. And that causes plenty of exceptions.
What solutions have others found?


Comment