Then the application will freeze and stop working, we have a deadlock. Of course, users of our library will complain because it makes the application unresponsive.C#: Why you should use ConfigureAwait(false) in your library code1.4K21JuanTarik GuneyJan 24, 2018·1 min readWhy do we have deadlock here? Isn’t that just UI will not be rendered until the result comes back from the API call?