v1.2.2
·
3626 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.