aws / amazon-chime-sdk-cpp

Apache License 2.0
13 stars 5 forks source link

Fix runnable to not stop in same thread. #7

Closed hokyungh closed 1 year ago

hokyungh commented 1 year ago

Issue #, if available:

Description of changes: Make sure StopRun is not called from the same thread as run_thread_, which can cause deadlock

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.