ericnewton76 / gmaps-api-net

C# google maps api interface for interacting with the backend web services for Google Maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing CancellationToken on async methods

nerumo opened this issue · comments

I haven't checked many Api calls but at least some are missing the CancellationToken on the async Apis.

Indeed. We had a first phase of adding async support and probably need to implement cancellation semantics.