appcelerator-archive / windowslib

This is a library of utilities for dealing programmatically with Windows Phone applications, used namely for tools like Titanium.
http://www.appcelerator.com
Other
4 stars 10 forks source link

fix(certs): double callback on thumbprint #91

Closed sgtcoolguy closed 5 years ago

sgtcoolguy commented 5 years ago

if the consuming code throws an error in it's callback handler, the thumbprint method could call the callback twice.

This fixes that behavior and adds a test to verify the fix.