Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

sync_shutdown is not thread safe and may not be called multiple times #34

Closed
cmnrd opened this issue Dec 12, 2022 · 0 comments · Fixed by #36
Closed

sync_shutdown is not thread safe and may not be called multiple times #34

cmnrd opened this issue Dec 12, 2022 · 0 comments · Fixed by #36

Comments

@cmnrd
Copy link
Contributor

cmnrd commented Dec 12, 2022

LF programs produce an assertion error as the current implementation of sync_shutdown assumes that it is called only once. Also, if multiple reactions call sync_shutdown, this could happen from multiple threads. Thus we need a thread safe implementation.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
1 participant