Eloff
Eloff
If you run acquire([a,b]) and acquire([b,a]) this can deadlock. A simple precaution is to sort the list of resources first to ensure they're always acquired in the same order. Or...
This adds a new C function to create a context and free a context. It adds a C++ wrapper around the context, and provides a way to pass it when...
This adds 3 benchmark scenarios each for mcap writing and websocketserver. One for json messages, one for large protobuf (SceneUpdate) and one for multiple threads. Each scenario has 4+ parameterized...
### Bug Description ### Bug: Error installing update invalid updater binary format ### Expected behavior: Update installs ### Steps to reproduce: 1. Install whispering on Ubuntu 24.04 amd64 (version v7.7.1)...