Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Fix for async bugs and update packages #248

Closed RomanSoloweow closed 4 years ago

RomanSoloweow commented 4 years ago
  1. Fix for version Newtonsoft.Json bindingRedirect
  2. Fix for lock async methods on framework
  3. Update packages
Inumedia commented 4 years ago

It looks like there's a lot of extraneous stuff going on here. I'm also not sure if we actually need the ConfigureAwait, what does adding them fix for you?

RomanSoloweow commented 4 years ago

Yes, ConfigureAwait fix my problem. Many developers advise to always use this to avoid blocking like what I've been getting