easy-swoole / http-annotation

Apache License 2.0
7 stars 11 forks source link

CircuitBreaker注解问题 #4

Open Player626 opened 4 years ago

Player626 commented 4 years ago

如果在onRequest中存储context并且我在执行的action上面写CircuitBreake注解,因为协程上下文的关系,会导致context获取不到.

http-annotation组件需要锁定http >= 1.7.7,否则注解失效.