Scan operations that are performed synchronous never complete. I believe this is caused by a thread deadlock based on the code below:
|
var response = RestClient.Execute(request).Result; |
I've uploaded a simple sample project of the issue. Simply add an api key, start it up, scan a file. You find that async scan api call work as expected, but synchronous just hang.
Scan operations that are performed synchronous never complete. I believe this is caused by a thread deadlock based on the code below:
Cloudmersive.APIClient.NETCore.VirusScan/client/src/Cloudmersive.APIClient.NETCore.VirusScan/Client/ApiClient.cs
Line 183 in 5af7af0
I've uploaded a simple sample project of the issue. Simply add an api key, start it up, scan a file. You find that async scan api call work as expected, but synchronous just hang.