tonic::Interceptor is not unwind safe #429
Labels
A-tonic
C-bug
Category: Something isn't working
E-help-wanted
Call for participation: Help is requested to fix this issue.
Milestone
Bug Report
Version
0.3.0
Platform
Linux consigliere 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
Description
As
tonic::Interceptor
is not unwind safe, it is not suitable for use within objects/codepath that themselves must be unwind safe, such asgotham
. This is particularly thorny with crates likegotham
where storing objects in middleware -- for access during request handling -- is the norm for holding shared state./cc @LucioFranco
The text was updated successfully, but these errors were encountered: