Open Player626 opened 4 years ago
如果在onRequest中存储context并且我在执行的action上面写CircuitBreake注解,因为协程上下文的关系,会导致context获取不到.
onRequest
context
action
CircuitBreake
http-annotation组件需要锁定http >= 1.7.7,否则注解失效.
http-annotation
http >= 1.7.7
如果在
onRequest
中存储context
并且我在执行的action
上面写CircuitBreake
注解,因为协程上下文的关系,会导致context
获取不到.