Acumatica / AcumaticaRESTAPIClientForCSharp

MIT License
25 stars 15 forks source link

OData calls hang in WinForms projects #52

Open scottstanaland opened 3 months ago

scottstanaland commented 3 months ago

I'm running into an odd issue making an OData call from within a WinForms project.

Any OData call I make just hangs and never completes. I never get a response, not even a timeout.

The same exact code works fine in a console application.

I have only tried OData in WinForms, I'm not sure if the same issue occurs with a regular API call.

Here's a screenshot of the very simple call.

image

scottstanaland commented 3 months ago

I appear to hit the same issue with a standard REST API call also. It hangs as soon as I attempt the login.

EDIT: I spoke too quickly it does appear to work once I updated to the 5.0 beta version