microsoft / BingMapsRESTToolkit

This is a portable class library which makes it easy to access the Bing Maps REST services from .NET.

Home Page:https://github.com/Microsoft/BingMapsRESTToolkit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support sync-over-async pattern of usage

mishulkov opened this issue · comments

Could you please add ConfigureAwait(false) to all awaits in your code otherwise it will cause deadlocks in case requests are performed synchronously?

Looks like this issue wasn't closed when the fix was merged. Closing now.