MultiThread problem with FDK
Hi. I am using a C# desktop application. I have a C++\CLI wrapper that is connected with a native C++ library which is a custom FDK asynchronous client. In the C# application I use task parallelism (multi threading). Whenever I use the FDK client through C++\CLI wrapper from the main thread the FM API calls return data succesfully. However, when I use the FDK client from other thread (new Task) I get back no results. Is FDK multithreaded safe? Any help would be appreciated.
