firebaseNet icon indicating copy to clipboard operation
firebaseNet copied to clipboard

Use ConfigureAwait(false)

Open nminaya opened this issue 6 years ago • 0 comments

It is recommended to use ConfigureAwait(false) on async calls in all Library code.

https://medium.com/bynder-tech/c-why-you-should-use-configureawait-false-in-your-library-code-d7837dce3d7f

https://github.com/tiagomtotti/firebaseNet/blob/402c387531835ad69a97cec86fdff11262f87461/src/FirebaseNet/Messaging/FCMClient.cs#L49

https://github.com/tiagomtotti/firebaseNet/blob/402c387531835ad69a97cec86fdff11262f87461/src/FirebaseNet/Messaging/FCMClient.cs#L66

nminaya avatar Apr 18 '18 19:04 nminaya