e-mission / e-mission-data-collection

Repository for our own data collection
BSD 3-Clause "New" or "Revised" License
4 stars 19 forks source link

Add a check to see if we are initializing the state machine recursively #181

Closed shankari closed 4 years ago

shankari commented 4 years ago

If we are, we skip the call to allow the original call to complete. This is part of the fix - the other part will be checked in to the transition notifier shortly. The matching PR is https://github.com/e-mission/e-mission-transition-notify/pull/22

This fixes https://github.com/e-mission/e-mission-transition-notify/issues/18