eklypss / PUBGSharp

C# wrapper for PUBG stats API
25 stars 14 forks source link

Added ConfigureAwait(false) to library awaits. #13

Closed davidallyoung closed 7 years ago

davidallyoung commented 7 years ago

Stephen Cleary has a good blog out there on this for reference: http://blog.stephencleary.com/2012/02/async-and-await.html.