ARMmbed / icetea

DEPRECATED mbed test framework
Apache License 2.0
6 stars 7 forks source link

Fixed possible race condition in EventMatcher. #68

Closed jonikula closed 5 years ago

jonikula commented 5 years ago

Status

READY

Description

This PR fixes a possible race condition in EventMatcher where an observation might be received by an EventMatcher before it has been fully initialized.