Idemtree / cordova-plugin-google-sheets

GNU General Public License v2.0
1 stars 1 forks source link

Plugin crashes when trying to use the CallbackContext object. #22

Closed kvaldivia closed 6 years ago

kvaldivia commented 6 years ago

Keeping a reference in the GoogleSheets object for the CallbackContext object was a bad idea since every task executed on background should operate with it's own callbackcontext object. Keeping a reference is not thread safe.

kvaldivia commented 6 years ago

Make calls to callback context thread safe