thisisthekap / Xamarin.RevenueCat.Android

MIT License
6 stars 5 forks source link

Possible InvalidOperationException in DelegatingListenerBase #23

Closed thisisthekap closed 3 years ago

thisisthekap commented 3 years ago

Success handler is resolving the TaskCompletionSource using SetResult.

This possible leads to InvalidOperationException when the success handler is invoked multiple times.

This error was reported one time using the automated error reporting in an app by @thisisthekap.