ivila opened a new pull request, #175:
URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/175

   Eliminate the lifetime constraint of `Session` and implement `Send + Sync` 
for both `Context` and `Session`.
   
   In real-world applications, developers must limit the number of TA instances 
to prevent exhaustion of TEE resources. However, most generic Rust pools (such 
as r2d2 and mobc) require Session to be `'static + Send + Sync`, which 
`optee_teec::Session` does not satisfy.
   
   This PR closes #120 as the target has also been achieved.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to