v1.2.2
github-actions
released this
23 Nov 09:25
·
3616 commits
to master
since this release
- Fixed issue where queries would try to access the Enclave in parallel from multiple threads, causing
SGX_ERROR_OUT_OF_TCS
to be returned to users when a node was under sufficient load. Queries now access the enclave one-at-a-time again.