Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebService Issue #12

Closed
dakriege opened this issue Aug 19, 2019 · 3 comments
Closed

WebService Issue #12

dakriege opened this issue Aug 19, 2019 · 3 comments

Comments

@dakriege
Copy link

I created a simple .net WebService API to retrieve PID values to display on a page.

I confirmed that my OBD2 module is working via the example Client.

When I make a call to the requestDataAsync<> function it sends the data to the module and receives the hex response. At that point it appears to hang / timeout. Eventually the call completes but by that time the web service call has timed out and returns an error to the Page.

The web service method is using await when it calls the requestDataAsync function.

Any ideas?

@DarthAffe
Copy link
Owner

That's somehow weird. I see no reason why it should behave different just because it's called by a web service.
How long is the timeout it hits? Some request (especially the first few after starting the car) can take quite a while to complete.

@dakriege
Copy link
Author

dakriege commented Aug 20, 2019 via email

@dakriege
Copy link
Author

dakriege commented Aug 21, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants