ericnewton76/gmaps-api-net

Missing CancellationToken on async methods

Opened this issue · 1 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.