Skip to content

Fix potential race condition caused by early unlocking

Albert Vaca Cintora requested to merge albertvaka/sms-lock-fix into master

The lock should be kept between the point we read and the point we write

Also, there is no need to pass SMSPlugin as a parameter, since enclosed classes already have access to their parent by default.

Merge request reports