Skip to content
Snippets Groups Projects
  • jsiegle's avatar
    2325b4a0
    Removed MessageManagerLock from DataThread. Closes #5 · 2325b4a0
    jsiegle authored
    The reason between the UI interactions with the DataThread was simple: it
    was using a type of lock that's meant for interacting with the UI.
    
    This seemed to fix all the issues with dropped samples, but we'll still
    have to run it through more rigorous tests in the future.
    2325b4a0
    History
    Removed MessageManagerLock from DataThread. Closes #5
    jsiegle authored
    The reason between the UI interactions with the DataThread was simple: it
    was using a type of lock that's meant for interacting with the UI.
    
    This seemed to fix all the issues with dropped samples, but we'll still
    have to run it through more rigorous tests in the future.
DataThread.cpp 1.66 KiB